Changeset 138149 in webkit


Ignore:
Timestamp:
Dec 19, 2012 5:45:15 AM (11 years ago)
Author:
kenneth@webkit.org
Message:

[EFL][Qt][WK2] Going back to 47-amazing-css3-animation-demos shows nothing or wrong position
https://bugs.webkit.org/show_bug.cgi?id=104414

Reviewed by Simon Hausmann.

When contents size changes, make sure to apply any pending position
change if possible.

  • UIProcess/PageViewportController.cpp:

(WebKit::PageViewportController::didChangeContentsSize):

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r138147 r138149  
     12012-12-19  Kenneth Rohde Christiansen  <kenneth@webkit.org>
     2
     3        [EFL][Qt][WK2] Going back to 47-amazing-css3-animation-demos shows nothing or wrong position
     4        https://bugs.webkit.org/show_bug.cgi?id=104414
     5
     6        Reviewed by Simon Hausmann.
     7
     8        When contents size changes, make sure to apply any pending position
     9        change if possible.
     10
     11        * UIProcess/PageViewportController.cpp:
     12        (WebKit::PageViewportController::didChangeContentsSize):
     13
    1142012-12-19  Alberto Garcia  <agarcia@igalia.com>
    215
  • trunk/Source/WebKit2/UIProcess/PageViewportController.cpp

    r137718 r138149  
    164164    if (minimumScaleUpdated)
    165165        m_client->didChangeViewportAttributes();
     166
     167    // We might have pending position change which is now possible.
     168    syncVisibleContents();
    166169}
    167170
Note: See TracChangeset for help on using the changeset viewer.