diff options
author | reed <reed@google.com> | 2014-08-21 05:51:22 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-08-21 05:51:22 -0700 |
commit | 8bf3df68c58967d6297ccfe3eef36eea36c8b5ab (patch) | |
tree | 3f816056ea2b8a55c85c98042fad7070e780c418 /src/utils | |
parent | 1f31e7671721a9f2c204a0e1842961f43e7b53ca (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.h | 5 |
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, |