Title: [158817] trunk/Source/WebKit2
Revision
158817
Author
[email protected]
Date
2013-11-06 19:53:15 -0800 (Wed, 06 Nov 2013)

Log Message

[Gtk][EFL] Fix build after r158759
https://bugs.webkit.org/show_bug.cgi?id=123910

Patch by Brendan Long <[email protected]> on 2013-11-06
Reviewed by Gyuyoung Kim.

* UIProcess/CoordinatedGraphics/CoordinatedDrawingAreaProxy.cpp:
(WebKit::CoordinatedDrawingAreaProxy::incorporateUpdate): Remove call to flashBackingStoreUpdates().

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (158816 => 158817)


--- trunk/Source/WebKit2/ChangeLog	2013-11-07 03:49:36 UTC (rev 158816)
+++ trunk/Source/WebKit2/ChangeLog	2013-11-07 03:53:15 UTC (rev 158817)
@@ -1,3 +1,13 @@
+2013-11-06  Brendan Long  <[email protected]>
+
+        [Gtk][EFL] Fix build after r158759
+        https://bugs.webkit.org/show_bug.cgi?id=123910
+
+        Reviewed by Gyuyoung Kim.
+
+        * UIProcess/CoordinatedGraphics/CoordinatedDrawingAreaProxy.cpp:
+        (WebKit::CoordinatedDrawingAreaProxy::incorporateUpdate): Remove call to flashBackingStoreUpdates().
+
 2013-11-06  Tim Horton  <[email protected]>
 
         Remote Layer Tree: RemoteLayerTreeDrawingArea doesn't make layers for fixedpos elements

Modified: trunk/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedDrawingAreaProxy.cpp (158816 => 158817)


--- trunk/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedDrawingAreaProxy.cpp	2013-11-07 03:49:36 UTC (rev 158816)
+++ trunk/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedDrawingAreaProxy.cpp	2013-11-07 03:53:15 UTC (rev 158817)
@@ -272,9 +272,6 @@
             m_webPageProxy->setViewNeedsDisplay(updateInfo.updateRects[i]);
     }
 
-    if (WebPageProxy::debugPaintFlags() & kWKDebugFlashBackingStoreUpdates)
-        m_webPageProxy->flashBackingStoreUpdates(updateInfo.updateRects);
-
     if (shouldScroll)
         m_webPageProxy->displayView();
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to