Changeset 91182 in webkit


Ignore:
Timestamp:
Jul 18, 2011 6:43:43 AM (13 years ago)
Author:
jocelyn.turcotte@nokia.com
Message:

[Qt] Push the new viewport rect to the drawing area after committing the scale.
https://bugs.webkit.org/show_bug.cgi?id=64597

Reviewed by Benjamin Poulain.

  • UIProcess/qt/TouchViewInterface.cpp:

(WebKit::TouchViewInterface::pinchGestureEnded):

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r91181 r91182  
     12011-07-15  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
     2
     3        [Qt] Push the new viewport rect to the drawing area after committing the scale.
     4        https://bugs.webkit.org/show_bug.cgi?id=64597
     5
     6        Reviewed by Benjamin Poulain.
     7
     8        * UIProcess/qt/TouchViewInterface.cpp:
     9        (WebKit::TouchViewInterface::pinchGestureEnded):
     10
    1112011-07-15  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
    212
  • trunk/Source/WebKit2/UIProcess/qt/TouchViewInterface.cpp

    r91181 r91182  
    8282    // FIXME: resume the engine after the animation.
    8383    m_pageView->d->commitScaleChange();
     84    m_viewportView->d->viewportRectUpdated();
    8485}
    8586
Note: See TracChangeset for help on using the changeset viewer.