Title: [114786] trunk/Source/WebCore
Revision
114786
Author
ander...@apple.com
Date
2012-04-20 15:15:48 -0700 (Fri, 20 Apr 2012)

Log Message

Fix build.

* page/scrolling/ScrollingCoordinator.cpp:
(WebCore::ScrollingCoordinator::updateMainFrameScrollPositionAndScrollLayerPosition):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (114785 => 114786)


--- trunk/Source/WebCore/ChangeLog	2012-04-20 21:54:45 UTC (rev 114785)
+++ trunk/Source/WebCore/ChangeLog	2012-04-20 22:15:48 UTC (rev 114786)
@@ -1,3 +1,10 @@
+2012-04-20  Anders Carlsson  <ander...@apple.com>
+
+        Fix build.
+
+        * page/scrolling/ScrollingCoordinator.cpp:
+        (WebCore::ScrollingCoordinator::updateMainFrameScrollPositionAndScrollLayerPosition):
+
 2012-04-19  Simon Fraser  <simon.fra...@apple.com>
 
         Set m_compositingDependsOnGeometry to false if possible

Modified: trunk/Source/WebCore/page/scrolling/ScrollingCoordinator.cpp (114785 => 114786)


--- trunk/Source/WebCore/page/scrolling/ScrollingCoordinator.cpp	2012-04-20 21:54:45 UTC (rev 114785)
+++ trunk/Source/WebCore/page/scrolling/ScrollingCoordinator.cpp	2012-04-20 22:15:48 UTC (rev 114786)
@@ -292,7 +292,7 @@
 
     // Make sure to update the main frame scroll position before changing the scroll layer position,
     // otherwise we'll introduce jittering on pages with slow repaint objects (like background-attachment: fixed).
-    frameView->updateCompositingLayers();
+    frameView->updateCompositingLayersAfterLayout();
     frameView->setConstrainsScrollingToContentEdge(false);
     frameView->notifyScrollPositionChanged(scrollPosition);
     frameView->setConstrainsScrollingToContentEdge(true);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to