aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
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 /include
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 'include')
-rw-r--r--include/core/SkCanvas.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h
index 3b8f17c53e..ceb85f6017 100644
--- a/include/core/SkCanvas.h
+++ b/include/core/SkCanvas.h
@@ -1115,18 +1115,6 @@ public:
*/
const SkMatrix& getTotalMatrix() const;
-#ifdef SK_SUPPORT_LEGACY_GETCLIPTYPE
- enum ClipType {
- kEmpty_ClipType = 0,
- kRect_ClipType,
- kComplex_ClipType
- };
- /** Returns a description of the total clip; may be cheaper than
- getting the clip and querying it directly.
- */
- virtual ClipType getClipType() const;
-#endif
-
/** Return the clip stack. The clip stack stores all the individual
* clips organized by the save/restore frame in which they were
* added.