Index: tests/ReadWriteAlphaTest.cpp |
diff --git a/tests/ReadWriteAlphaTest.cpp b/tests/ReadWriteAlphaTest.cpp |
index a40f2c64576c4f498a3993834550234bd7109314..1ee6b09a995d29ce5514dd571a315ceec1332f9b 100644 |
--- a/tests/ReadWriteAlphaTest.cpp |
+++ b/tests/ReadWriteAlphaTest.cpp |
@@ -13,8 +13,9 @@ |
#include "GrContext.h" |
#include "SkGpuDevice.h" |
-static const int X_SIZE = 12; |
-static const int Y_SIZE = 12; |
+// This was made indivisible by 4 to ensure we test setting GL_PACK_ALIGNMENT properly. |
+static const int X_SIZE = 13; |
+static const int Y_SIZE = 13; |
DEF_GPUTEST_FOR_RENDERING_CONTEXTS(ReadWriteAlpha, reporter, context) { |
unsigned char textureData[X_SIZE][Y_SIZE]; |