Title: [186164] trunk/Source/WebKit2
Revision
186164
Author
[email protected]
Date
2015-06-30 19:39:50 -0700 (Tue, 30 Jun 2015)

Log Message

Fix CoordinatedGraphics.

* WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.cpp:
(WebKit::CoordinatedLayerTreeHost::didFlushRootLayer):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (186163 => 186164)


--- trunk/Source/WebKit2/ChangeLog	2015-07-01 02:07:37 UTC (rev 186163)
+++ trunk/Source/WebKit2/ChangeLog	2015-07-01 02:39:50 UTC (rev 186164)
@@ -1,5 +1,12 @@
 2015-06-30  Simon Fraser  <[email protected]>
 
+        Fix CoordinatedGraphics.
+
+        * WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.cpp:
+        (WebKit::CoordinatedLayerTreeHost::didFlushRootLayer):
+
+2015-06-30  Simon Fraser  <[email protected]>
+
         More Gtk/EFL fixing.
 
         * WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.cpp:

Modified: trunk/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.cpp (186163 => 186164)


--- trunk/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.cpp	2015-07-01 02:07:37 UTC (rev 186163)
+++ trunk/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.cpp	2015-07-01 02:39:50 UTC (rev 186164)
@@ -196,7 +196,7 @@
 {
     // Because our view-relative overlay root layer is not attached to the FrameView's GraphicsLayer tree, we need to flush it manually.
     if (m_coordinator->mainContentsLayer())
-        m_coordinator->mainContentsLayer()->flushCompositingState(visibleContentRect,  m_webPage->mainFrame().view()->viewportIsStable());
+        m_coordinator->mainContentsLayer()->flushCompositingState(visibleContentRect,  m_webPage->mainFrame()->view()->viewportIsStable());
 }
 
 void CoordinatedLayerTreeHost::performScheduledLayerFlush()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to