mozilla-bmo1504834-part4.patch
branchfirefox73
changeset 1122 a9cd24eaa361
parent 1114 572ec48f3fe8
child 1123 7fa561e5d7c7
--- a/mozilla-bmo1504834-part4.patch	Wed Feb 19 22:51:20 2020 +0100
+++ b/mozilla-bmo1504834-part4.patch	Sat Mar 07 09:48:10 2020 +0100
@@ -17,7 +17,7 @@
        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.