| Index: experimental/PdfViewer/SkNulCanvas.h
|
| diff --git a/experimental/PdfViewer/SkNulCanvas.h b/experimental/PdfViewer/SkNulCanvas.h
|
| index 816b0891467be5851eeeb679ce7c3f288797bb68..2427c4c95b534f654476bf2bd66e2e4e33a520f8 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,
|
|
|