| Index: src/core/SkPixelRef.cpp
|
| diff --git a/src/core/SkPixelRef.cpp b/src/core/SkPixelRef.cpp
|
| index 972474ccc3357f301bda62da187def8f8b7c5db9..068513bb1c09f44d82f08f52d09ea6c16565401e 100644
|
| --- a/src/core/SkPixelRef.cpp
|
| +++ b/src/core/SkPixelRef.cpp
|
| @@ -247,6 +247,10 @@ SkData* SkPixelRef::onRefEncodedData() {
|
| return NULL;
|
| }
|
|
|
| +size_t SkPixelRef::getAllocatedSizeInBytes() const {
|
| + return 0;
|
| +}
|
| +
|
| ///////////////////////////////////////////////////////////////////////////////
|
|
|
| #ifdef SK_BUILD_FOR_ANDROID
|
|
|