aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu/src/GrContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/src/GrContext.cpp')
-rw-r--r--gpu/src/GrContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/src/GrContext.cpp b/gpu/src/GrContext.cpp
index 23ad9e1fce..6aaa28bb92 100644
--- a/gpu/src/GrContext.cpp
+++ b/gpu/src/GrContext.cpp
@@ -31,7 +31,7 @@
// When we're using coverage AA but the blend is incompatible (given gpu
// limitations) should we disable AA or draw wrong?
-#define DISABLE_COVERAGE_AA_FOR_BLEND 0
+#define DISABLE_COVERAGE_AA_FOR_BLEND 1
static const size_t MAX_TEXTURE_CACHE_COUNT = 256;
static const size_t MAX_TEXTURE_CACHE_BYTES = 16 * 1024 * 1024;