From e16dfdbeadcb659e2ff4c56669fc08ee69e3f18f Mon Sep 17 00:00:00 2001 From: robertphillips Date: Fri, 8 May 2015 04:46:51 -0700 Subject: Enable GrAAConvexTessellator in GrAAConvexPathRenderer This CL plumbs the GrAAConvexTessellator into the GrAAConvexPathRenderer but disables in Chrome & Android. Review URL: https://codereview.chromium.org/1130883003 --- gyp/skia_for_android_framework_defines.gypi | 1 + gyp/skia_for_chromium_defines.gypi | 1 + 2 files changed, 2 insertions(+) (limited to 'gyp') diff --git a/gyp/skia_for_android_framework_defines.gypi b/gyp/skia_for_android_framework_defines.gypi index 758dd0cd8a..82deef4dea 100644 --- a/gyp/skia_for_android_framework_defines.gypi +++ b/gyp/skia_for_android_framework_defines.gypi @@ -17,6 +17,7 @@ 'SK_SUPPORT_LEGACY_GETDEVICE', # Needed until we fix skbug.com/2440. 'SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG', + 'SK_IGNORE_LINEONLY_AA_CONVEX_PATH_OPTS', ], }, } diff --git a/gyp/skia_for_chromium_defines.gypi b/gyp/skia_for_chromium_defines.gypi index 3045e426f4..14cd39337a 100644 --- a/gyp/skia_for_chromium_defines.gypi +++ b/gyp/skia_for_chromium_defines.gypi @@ -15,6 +15,7 @@ 'skia_for_chromium_defines': [ 'SK_LEGACY_DRAWPICTURECALLBACK', 'SK_SUPPORT_LEGACY_OPTIONLESS_GET_PIXELS', + 'SK_IGNORE_LINEONLY_AA_CONVEX_PATH_OPTS', ], }, } -- cgit v1.2.3