diff options
author | reed <reed@google.com> | 2015-07-31 08:49:11 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-31 08:49:11 -0700 |
commit | 96a52c8c64346baf49425f1d9e6bb2a1dc09a5cb (patch) | |
tree | 2686ba358f92e142bc33db596b5cbeceb3260913 /gyp | |
parent | 8db6fdc465e0f76b1f8eb0d5f799d42b7c2246f5 (diff) |
remove drawimagerect flags, as skia no longer respects them
BUG=skia:
TBR=
Review URL: https://codereview.chromium.org/1262333006
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/skia_for_android_framework_defines.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gyp/skia_for_android_framework_defines.gypi b/gyp/skia_for_android_framework_defines.gypi index 928d73cbd7..46941547c5 100644 --- a/gyp/skia_for_android_framework_defines.gypi +++ b/gyp/skia_for_android_framework_defines.gypi @@ -20,8 +20,6 @@ 'SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG', 'SK_IGNORE_LINEONLY_AA_CONVEX_PATH_OPTS', 'SK_SUPPORT_LEGACY_SCALAR_DIV', - 'SK_SUPPORT_LEGACY_ONDRAWIMAGERECT', - 'SK_SUPPORT_LEGACY_DRAWBITMAPRECTFLAGS_TYPE', ], }, } |