diff options
author | Ben Wagner <bungeman@google.com> | 2016-10-24 11:36:21 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2016-10-24 16:40:01 +0000 |
commit | a8834bb323302bc18f373ad18214d9d96e7af4c9 (patch) | |
tree | 12fe68a37dfb625f36acd31fb99acfbec69c169d /gyp | |
parent | a3f79c0b42d4b3d761694976665f44939ea86014 (diff) |
SkShader* refAs... to sk_sp<SkShader> makeAs...
There appear to be no existing overriders of the refAs.. method outside
Skia.
Change-Id: Iab174e83023093b4d7fc0bd8907666b66ddb1eea
Reviewed-on: https://skia-review.googlesource.com/3746
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Ben Wagner <bungeman@google.com>
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/skia_for_android_framework_defines.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/skia_for_android_framework_defines.gypi b/gyp/skia_for_android_framework_defines.gypi index 54ab773bc0..9b59fb097a 100644 --- a/gyp/skia_for_android_framework_defines.gypi +++ b/gyp/skia_for_android_framework_defines.gypi @@ -23,6 +23,7 @@ 'SK_SUPPORT_LEGACY_CLIP_REGIONOPS', 'SK_SUPPORT_LEGACY_SHADER_ISABITMAP', 'SK_SUPPORT_LEGACY_COLOR_SPACE_FACTORIES', + 'SK_SUPPORT_LEGACY_SHADER_ASALOCALMATRIXSHADER', ], }, } |