| Index: src/image/SkDataPixelRef.h
|
| diff --git a/src/image/SkDataPixelRef.h b/src/image/SkDataPixelRef.h
|
| index 6b15802b97c965b08e08211104c51eb96f2d2332..50c885714b91f1c3b3c389b441363a2d499ca707 100644
|
| --- a/src/image/SkDataPixelRef.h
|
| +++ b/src/image/SkDataPixelRef.h
|
| @@ -22,6 +22,7 @@ public:
|
| protected:
|
| virtual void* onLockPixels(SkColorTable**) SK_OVERRIDE;
|
| virtual void onUnlockPixels() SK_OVERRIDE;
|
| + virtual size_t getAllocatedSizeInBytes() const SK_OVERRIDE;
|
|
|
| SkDataPixelRef(SkFlattenableReadBuffer& buffer);
|
| virtual void flatten(SkFlattenableWriteBuffer&) const SK_OVERRIDE;
|
|
|