aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/core/SkCoverageDelta.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/SkCoverageDelta.h b/src/core/SkCoverageDelta.h
index bf0baf234b..d12e006c8c 100644
--- a/src/core/SkCoverageDelta.h
+++ b/src/core/SkCoverageDelta.h
@@ -121,7 +121,11 @@ public:
static constexpr int SIMD_WIDTH = 8;
static constexpr int SUITABLE_WIDTH = 32;
+#ifndef GOOGLE3
static constexpr int MAX_MASK_SIZE = 2048;
+#else
+ static constexpr int MAX_MASK_SIZE = 1024;
+#endif
// Expand PADDING on both sides, and make it a multiple of SIMD_WIDTH
static int ExpandWidth(int width);