summaryrefslogtreecommitdiff
path: root/mozilla-1773336.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mozilla-1773336.patch')
-rw-r--r--mozilla-1773336.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/mozilla-1773336.patch b/mozilla-1773336.patch
new file mode 100644
index 0000000..b65ff89
--- /dev/null
+++ b/mozilla-1773336.patch
@@ -0,0 +1,12 @@
+diff -up firefox-101.0.1/gfx/webrender_bindings/webrender_ffi.h.old firefox-101.0.1/gfx/webrender_bindings/webrender_ffi.h
+--- firefox-101.0.1/gfx/webrender_bindings/webrender_ffi.h.old 2022-06-09 10:31:16.122495733 +0200
++++ firefox-101.0.1/gfx/webrender_bindings/webrender_ffi.h 2022-06-09 10:31:22.880724352 +0200
+@@ -72,8 +72,6 @@ struct WrPipelineInfo;
+ struct WrPipelineIdAndEpoch;
+ using WrPipelineIdEpochs = nsTArray<WrPipelineIdAndEpoch>;
+
+-const uint64_t ROOT_CLIP_CHAIN = ~0;
+-
+ } // namespace wr
+ } // namespace mozilla
+
bgstack15