| Index: include/pdf/SkPDFDevice.h
|
| diff --git a/include/pdf/SkPDFDevice.h b/include/pdf/SkPDFDevice.h
|
| index a51684ed65b86136370ff40b4b563258a34d798a..e250a6de4f0658da5f887a30d38d9394d3e30753 100644
|
| --- a/include/pdf/SkPDFDevice.h
|
| +++ b/include/pdf/SkPDFDevice.h
|
| @@ -208,10 +208,6 @@ public:
|
| }
|
|
|
| protected:
|
| -#ifdef SK_SUPPORT_LEGACY_READPIXELSCONFIG
|
| - virtual bool onReadPixels(const SkBitmap& bitmap, int x, int y,
|
| - SkCanvas::Config8888) SK_OVERRIDE;
|
| -#endif
|
| virtual bool allowImageFilter(const SkImageFilter*) SK_OVERRIDE;
|
|
|
| private:
|
|
|