summaryrefslogtreecommitdiffstats
path: root/external/skia/redefinition-of-op.patch.0
diff options
context:
space:
mode:
Diffstat (limited to 'external/skia/redefinition-of-op.patch.0')
-rw-r--r--external/skia/redefinition-of-op.patch.011
1 files changed, 11 insertions, 0 deletions
diff --git a/external/skia/redefinition-of-op.patch.0 b/external/skia/redefinition-of-op.patch.0
new file mode 100644
index 0000000000..9d8e421d12
--- /dev/null
+++ b/external/skia/redefinition-of-op.patch.0
@@ -0,0 +1,11 @@
+--- src/core/SkRasterPipeline.cpp 2023-01-27 11:37:56.102294572 +0200
++++ src/core/SkRasterPipeline.cpp 2023-01-27 11:40:24.300538398 +0200
+@@ -21,7 +21,7 @@
+ #include <vector>
+
+ using namespace skia_private;
+-using Op = SkRasterPipelineOp;
++#define Op SkRasterPipelineOp
+
+ bool gForceHighPrecisionRasterPipeline;
+