aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPaintPriv.cpp
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2014-06-18 14:41:26 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-06-18 14:41:26 -0700
commitc5d5cf9489977aa6fba077d1dc242029fbb4859e (patch)
tree5f54f8d6e53c9a039e90f41d5cc51e312f0cf1b2 /src/core/SkPaintPriv.cpp
parentbcbc1788b478b1e54079318ad073e8490aa66fae (diff)
remove guarded code - there are no more callers
BUG=skia: R=scroggo@google.com Author: reed@google.com Review URL: https://codereview.chromium.org/343783002
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..3e484de1a8 100644
--- a/src/core/SkPaintPriv.cpp
+++ b/src/core/SkPaintPriv.cpp
@@ -89,9 +89,6 @@ bool NeedsDeepCopy(const SkPaint& paint) {
#ifdef SK_SUPPORT_LEGACY_SHADER_LOCALMATRIX
|| paint.getShader()
#endif
-#ifdef SK_SUPPORT_LEGACY_LAYERRASTERIZER_API
- || paint.getRasterizer()
-#endif
|| paint.getImageFilter()
;
}