components/desktop/thunderbird/patches/firefox31-409-thumbnail-sparc.patch
changeset 5527 611b2d6efdfe
parent 5526 570ac9aab8b2
child 5528 f2f5af510081
--- a/components/desktop/thunderbird/patches/firefox31-409-thumbnail-sparc.patch	Tue Mar 01 10:33:35 2016 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-Either already fixed or we can send upstream.
-
---- comm-esr31/mozilla/gfx/2d/DataSurfaceHelpers.cpp.orig	2015-06-04 17:42:52.952071382 -0700
-+++ comm-esr31/mozilla/gfx/2d/DataSurfaceHelpers.cpp	2015-06-04 17:42:52.954656062 -0700
-@@ -19,11 +19,7 @@
- 
-   for (int row = 0; row < aSize.height; ++row) {
-     for (int column = 0; column < aSize.width; ++column) {
--#ifdef IS_BIG_ENDIAN
--      pixel[column] |= 0x000000FF;
--#else
-       pixel[column] |= 0xFF000000;
--#endif
-     }
-     pixel += (aStride/4);
-   }