aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2015-05-08 04:46:51 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-05-08 04:46:51 -0700
commite16dfdbeadcb659e2ff4c56669fc08ee69e3f18f (patch)
tree19b10d919ab140a7d19c55606c93204a2994f2a2 /gyp
parentb7ed856fadae52401d3bbcac22cfc3391780ace8 (diff)
Enable GrAAConvexTessellator in GrAAConvexPathRenderer
This CL plumbs the GrAAConvexTessellator into the GrAAConvexPathRenderer but disables in Chrome & Android. Review URL: https://codereview.chromium.org/1130883003
Diffstat (limited to 'gyp')
-rw-r--r--gyp/skia_for_android_framework_defines.gypi1
-rw-r--r--gyp/skia_for_chromium_defines.gypi1
2 files changed, 2 insertions, 0 deletions
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',
],
},
}