| Index: src/utils/SkGatherPixelRefsAndRects.h
|
| diff --git a/src/utils/SkGatherPixelRefsAndRects.h b/src/utils/SkGatherPixelRefsAndRects.h
|
| index a6ff16daf370fb1f09b53fd0bd6aaffa32c0ec5f..1c9d6fc361f8187257e0bcafc99d46421433608e 100644
|
| --- a/src/utils/SkGatherPixelRefsAndRects.h
|
| +++ b/src/utils/SkGatherPixelRefsAndRects.h
|
| @@ -47,12 +47,6 @@ public:
|
| return fEmptyBitmap.info();
|
| }
|
|
|
| -#ifdef SK_SUPPORT_LEGACY_WRITEPIXELSCONFIG
|
| - virtual void writePixels(const SkBitmap& bitmap, int x, int y,
|
| - SkCanvas::Config8888 config8888) SK_OVERRIDE {
|
| - NotSupported();
|
| - }
|
| -#endif
|
| virtual GrRenderTarget* accessRenderTarget() SK_OVERRIDE { return NULL; }
|
|
|
| protected:
|
|
|