summaryrefslogtreecommitdiff
path: root/user/firefox-esr/skia-unified.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/firefox-esr/skia-unified.patch')
-rw-r--r--user/firefox-esr/skia-unified.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/firefox-esr/skia-unified.patch b/user/firefox-esr/skia-unified.patch
index 6a0b6efa9..ad0f6d42b 100644
--- a/user/firefox-esr/skia-unified.patch
+++ b/user/firefox-esr/skia-unified.patch
@@ -4,7 +4,7 @@
return surfaceBounds.Intersect(bounds);
}
-+#if MOZ_BIG_ENDIAN
++#if MOZ_BIG_ENDIAN()
+static const int kARGBAlphaOffset = 0;
+#else
static const int kARGBAlphaOffset =
@@ -32,7 +32,7 @@ diff -r 46ea866ca3ac -r 6ef20eee3f8f gfx/2d/DrawTargetSkia.cpp
SkCanvas::kPreserveLCDText_SaveLayerFlag |
(aCopyBackground ? SkCanvas::kInitWithPrevious_SaveLayerFlag : 0));
-+#if MOZ_BIG_ENDIAN
++#if MOZ_BIG_ENDIAN()
+ // Pushing a layer where an aMask is defined produces wrong output.
+ // We _should_ endian swap the data, but I couldn't find a workable way to do so
+ // Therefore I deactivate those layers in the meantime.