Title: [254901] releases/WebKitGTK/webkit-2.26/Source/WebKit
Revision
254901
Author
[email protected]
Date
2020-01-22 02:19:25 -0800 (Wed, 22 Jan 2020)

Log Message

Merge r250743 - Unreviewed WinCairo build fix for r250717.

* WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.h:
(WebKit::LayerTreeHost::invalidate): Deleted.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.26/Source/WebKit/ChangeLog (254900 => 254901)


--- releases/WebKitGTK/webkit-2.26/Source/WebKit/ChangeLog	2020-01-22 07:00:16 UTC (rev 254900)
+++ releases/WebKitGTK/webkit-2.26/Source/WebKit/ChangeLog	2020-01-22 10:19:25 UTC (rev 254901)
@@ -1,3 +1,10 @@
+2019-10-04  Ross Kirsling  <[email protected]>
+
+        Unreviewed WinCairo build fix for r250717.
+
+        * WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.h:
+        (WebKit::LayerTreeHost::invalidate): Deleted.
+
 2019-11-07  Adrian Perez de Castro  <[email protected]>
 
         Unreviewed. Update OptionsWPE.cmake and NEWS for the 2.26.2 release

Modified: releases/WebKitGTK/webkit-2.26/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.h (254900 => 254901)


--- releases/WebKitGTK/webkit-2.26/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.h	2020-01-22 07:00:16 UTC (rev 254900)
+++ releases/WebKitGTK/webkit-2.26/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.h	2020-01-22 10:19:25 UTC (rev 254901)
@@ -212,7 +212,6 @@
 inline void LayerTreeHost::cancelPendingLayerFlush() { }
 inline void LayerTreeHost::setRootCompositingLayer(WebCore::GraphicsLayer*) { }
 inline void LayerTreeHost::setViewOverlayRootLayer(WebCore::GraphicsLayer*) { }
-inline void LayerTreeHost::invalidate() { }
 inline void LayerTreeHost::scrollNonCompositedContents(const WebCore::IntRect&) { }
 inline void LayerTreeHost::forceRepaint() { }
 inline bool LayerTreeHost::forceRepaintAsync(CallbackID) { return false; }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to