| Index: src/utils/debugger/SkDebugCanvas.h
|
| diff --git a/src/utils/debugger/SkDebugCanvas.h b/src/utils/debugger/SkDebugCanvas.h
|
| index e774121cb99b75f95926d2fa8763c7aaf20df0af..e4fb0d9588d051557f990929709feb47483b6b4a 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,
|
|
|