| Index: include/gpu/SkGrPixelRef.h
|
| diff --git a/include/gpu/SkGrPixelRef.h b/include/gpu/SkGrPixelRef.h
|
| index 5599fb79c9ee42099170f0098f058ac9f845edd7..7e6a9d02ed364e6d2780054e4fb3f07f05553226 100644
|
| --- a/include/gpu/SkGrPixelRef.h
|
| +++ b/include/gpu/SkGrPixelRef.h
|
| @@ -51,10 +51,6 @@ public:
|
| // override from SkPixelRef
|
| virtual GrTexture* getTexture() SK_OVERRIDE;
|
|
|
| -#ifdef SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE
|
| - SK_DECLARE_UNFLATTENABLE_OBJECT()
|
| -#endif
|
| -
|
| protected:
|
| // overrides from SkPixelRef
|
| virtual bool onReadPixels(SkBitmap* dst, const SkIRect* subset) SK_OVERRIDE;
|
|
|