| Index: include/gpu/SkGpuDevice.h
|
| diff --git a/include/gpu/SkGpuDevice.h b/include/gpu/SkGpuDevice.h
|
| index cabbe07dec8a9563387876814e34f36bf945805f..9de1e33ea094fe3090dc9130611e268429fda49d 100644
|
| --- a/include/gpu/SkGpuDevice.h
|
| +++ b/include/gpu/SkGpuDevice.h
|
| @@ -153,9 +153,6 @@ public:
|
|
|
|
|
| protected:
|
| -#ifdef SK_SUPPORT_LEGACY_READPIXELSCONFIG
|
| - virtual bool onReadPixels(const SkBitmap&, int x, int y, SkCanvas::Config8888) SK_OVERRIDE;
|
| -#endif
|
| virtual bool onReadPixels(const SkImageInfo&, void*, size_t, int, int) SK_OVERRIDE;
|
| virtual bool onWritePixels(const SkImageInfo&, const void*, size_t, int, int) SK_OVERRIDE;
|
|
|
|
|