aboutsummaryrefslogtreecommitdiff
path: root/www/firefox/files/patch-bug1504834_comment10
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox/files/patch-bug1504834_comment10')
-rw-r--r--www/firefox/files/patch-bug1504834_comment102
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox/files/patch-bug1504834_comment10 b/www/firefox/files/patch-bug1504834_comment10
index 4f423518b970..e8e28bace434 100644
--- a/www/firefox/files/patch-bug1504834_comment10
+++ b/www/firefox/files/patch-bug1504834_comment10
@@ -21,7 +21,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.