aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2014-08-21 05:51:22 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-08-21 05:51:22 -0700
commit8bf3df68c58967d6297ccfe3eef36eea36c8b5ab (patch)
tree3f816056ea2b8a55c85c98042fad7070e780c418 /src/utils
parent1f31e7671721a9f2c204a0e1842961f43e7b53ca (diff)
remove code for (dead) SK_SUPPORT_LEGACY_GETCLIPTYPE
BUG=skia: R=djsollen@google.com Author: reed@google.com Review URL: https://codereview.chromium.org/489103003
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/debugger/SkDebugCanvas.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/utils/debugger/SkDebugCanvas.h b/src/utils/debugger/SkDebugCanvas.h
index e774121cb9..e4fb0d9588 100644
--- a/src/utils/debugger/SkDebugCanvas.h
+++ b/src/utils/debugger/SkDebugCanvas.h
@@ -210,11 +210,6 @@ public:
virtual bool isClipEmpty() const SK_OVERRIDE { return false; }
virtual bool isClipRect() const SK_OVERRIDE { return true; }
-#ifdef SK_SUPPORT_LEGACY_GETCLIPTYPE
- virtual ClipType getClipType() const SK_OVERRIDE {
- return kRect_ClipType;
- }
-#endif
virtual bool getClipBounds(SkRect* bounds) const SK_OVERRIDE {
if (NULL != bounds) {
bounds->setXYWH(0, 0,