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