Index: src/core/SkPixelRef.cpp |
diff --git a/src/core/SkPixelRef.cpp b/src/core/SkPixelRef.cpp |
index 651b26eefefc077a75ea869175023136e386e0ac..106407019258b078e3c6b4dc4ed655e089a70b77 100644 |
--- a/src/core/SkPixelRef.cpp |
+++ b/src/core/SkPixelRef.cpp |
@@ -253,6 +253,10 @@ SkData* SkPixelRef::onRefEncodedData() { |
return NULL; |
} |
+bool SkPixelRef::onGetYUV8Planes(SkISize sizes[3], void* planes[3], size_t rowBytes[3]) { |
+ return false; |
+} |
+ |
size_t SkPixelRef::getAllocatedSizeInBytes() const { |
return 0; |
} |