aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental
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 /experimental
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 'experimental')
-rw-r--r--experimental/PdfViewer/SkNulCanvas.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/experimental/PdfViewer/SkNulCanvas.h b/experimental/PdfViewer/SkNulCanvas.h
index 816b089146..2427c4c95b 100644
--- a/experimental/PdfViewer/SkNulCanvas.h
+++ b/experimental/PdfViewer/SkNulCanvas.h
@@ -59,9 +59,6 @@ public:
virtual SkDrawFilter* setDrawFilter(SkDrawFilter* filter) SK_OVERRIDE {return NULL;}
virtual bool isClipEmpty() const SK_OVERRIDE { return false; }
-#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,