aboutsummaryrefslogtreecommitdiff
path: root/testing/webkit2gtk/patches
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-15 19:02:33 +0300
committerCem Keylan <cem@ckyln.com>2020-01-15 19:02:33 +0300
commit2ca39beaac4d9c689638471d57e9824f9f016c1f (patch)
tree4986ab15e917326df7b06137c0aec45a97ffa5a0 /testing/webkit2gtk/patches
parent0479915e84a0f31eaeac40ac13159da7d7eac579 (diff)
downloadrepository-2ca39beaac4d9c689638471d57e9824f9f016c1f.tar.gz
webkit2gtk: builds now
Diffstat (limited to 'testing/webkit2gtk/patches')
-rw-r--r--testing/webkit2gtk/patches/nogl.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/webkit2gtk/patches/nogl.patch b/testing/webkit2gtk/patches/nogl.patch
new file mode 100644
index 00000000..72e5a53b
--- /dev/null
+++ b/testing/webkit2gtk/patches/nogl.patch
@@ -0,0 +1,10 @@
+--- webkitgtk-2.26.2/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.h
++++ webkitgtk-2.26.2-patched/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.h
+@@ -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; }