Title: [91182] trunk/Source/WebKit2
Revision
91182
Author
[email protected]
Date
2011-07-18 06:43:43 -0700 (Mon, 18 Jul 2011)

Log 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):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (91181 => 91182)


--- trunk/Source/WebKit2/ChangeLog	2011-07-18 13:43:30 UTC (rev 91181)
+++ trunk/Source/WebKit2/ChangeLog	2011-07-18 13:43:43 UTC (rev 91182)
@@ -1,5 +1,15 @@
 2011-07-15  Jocelyn Turcotte  <[email protected]>
 
+        [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):
+
+2011-07-15  Jocelyn Turcotte  <[email protected]>
+
         [Qt] Remove the scale commit timer from QTouchWebPage.
         https://bugs.webkit.org/show_bug.cgi?id=64600
 

Modified: trunk/Source/WebKit2/UIProcess/qt/TouchViewInterface.cpp (91181 => 91182)


--- trunk/Source/WebKit2/UIProcess/qt/TouchViewInterface.cpp	2011-07-18 13:43:30 UTC (rev 91181)
+++ trunk/Source/WebKit2/UIProcess/qt/TouchViewInterface.cpp	2011-07-18 13:43:43 UTC (rev 91182)
@@ -81,6 +81,7 @@
     // FIXME: animate the back zoom in the valid range.
     // FIXME: resume the engine after the animation.
     m_pageView->d->commitScaleChange();
+    m_viewportView->d->viewportRectUpdated();
 }
 
 void TouchViewInterface::setViewNeedsDisplay(const QRect& invalidatedRect)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to