aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPaintPriv.cpp
diff options
context:
space:
mode:
authorGravatar scroggo <scroggo@google.com>2014-07-11 11:33:52 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-07-11 11:33:52 -0700
commitef0fd61dc2ea50ce29b1fe0feed473479b32e42c (patch)
tree66778787b34d430604805cf9c2978d7a8f2cd558 /src/core/SkPaintPriv.cpp
parent8fa73202eaffbd7591ee218ad452b9afde81f505 (diff)
Remove SK_SUPPORT_LEGACY_SHADER_LOCALMATRIX.
This is no longer needed by Android. BUG=skia:1976 R=reed@google.com Author: scroggo@google.com Review URL: https://codereview.chromium.org/379323002
Diffstat (limited to 'src/core/SkPaintPriv.cpp')
-rw-r--r--src/core/SkPaintPriv.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/SkPaintPriv.cpp b/src/core/SkPaintPriv.cpp
index a8b52e998c..10ff95cee6 100644
--- a/src/core/SkPaintPriv.cpp
+++ b/src/core/SkPaintPriv.cpp
@@ -86,9 +86,6 @@ bool NeedsDeepCopy(const SkPaint& paint) {
* false.
*/
return false
-#ifdef SK_SUPPORT_LEGACY_SHADER_LOCALMATRIX
- || paint.getShader()
-#endif
#ifdef SK_SUPPORT_LEGACY_LAYERRASTERIZER_API
|| paint.getRasterizer()
#endif