| Index: src/core/SkScaledImageCache.cpp
|
| diff --git a/src/core/SkScaledImageCache.cpp b/src/core/SkScaledImageCache.cpp
|
| index 1e7f51dd9e851d94a6c387e258f3512637c85e3f..6d63edb468fa47c20fa91ef5f8b77e192ab0f0df 100644
|
| --- a/src/core/SkScaledImageCache.cpp
|
| +++ b/src/core/SkScaledImageCache.cpp
|
| @@ -158,10 +158,6 @@ public:
|
| SkOneShotDiscardablePixelRef(const SkImageInfo&, SkDiscardableMemory*, size_t rowBytes);
|
| ~SkOneShotDiscardablePixelRef();
|
|
|
| -#ifdef SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE
|
| - SK_DECLARE_UNFLATTENABLE_OBJECT()
|
| -#endif
|
| -
|
| protected:
|
| virtual bool onNewLockPixels(LockRec*) SK_OVERRIDE;
|
| virtual void onUnlockPixels() SK_OVERRIDE;
|
|
|