| Index: include/pdf/SkPDFDevice.h
|
| diff --git a/include/pdf/SkPDFDevice.h b/include/pdf/SkPDFDevice.h
|
| index 8e1f41823f03618628148917ab27e8963fc55fa9..51d046de60ead54c19927e1231d5c8dc8a9065d9 100644
|
| --- a/include/pdf/SkPDFDevice.h
|
| +++ b/include/pdf/SkPDFDevice.h
|
| @@ -194,11 +194,6 @@ public:
|
| return *(fFontGlyphUsage.get());
|
| }
|
|
|
| -protected:
|
| - virtual bool onReadPixels(const SkBitmap& bitmap, int x, int y,
|
| - SkCanvas::Config8888) SK_OVERRIDE;
|
| -
|
| - virtual bool allowImageFilter(SkImageFilter*) SK_OVERRIDE;
|
|
|
| /**
|
| * rasterDpi - the DPI at which features without native PDF support
|
| @@ -214,6 +209,12 @@ protected:
|
| fRasterDpi = rasterDpi;
|
| }
|
|
|
| +protected:
|
| + virtual bool onReadPixels(const SkBitmap& bitmap, int x, int y,
|
| + SkCanvas::Config8888) SK_OVERRIDE;
|
| +
|
| + virtual bool allowImageFilter(SkImageFilter*) SK_OVERRIDE;
|
| +
|
| private:
|
| // TODO(vandebo): push most of SkPDFDevice's state into a core object in
|
| // order to get the right access levels without using friend.
|
|
|