Index: src/lazy/SkDiscardablePixelRef.h |
diff --git a/src/lazy/SkDiscardablePixelRef.h b/src/lazy/SkDiscardablePixelRef.h |
index 2edef80128f0bb8a8e88de4001a2d0715f2b3cdb..f773ca38514a7e38b85d9cbaaa5ba30f2c741d08 100644 |
--- a/src/lazy/SkDiscardablePixelRef.h |
+++ b/src/lazy/SkDiscardablePixelRef.h |
@@ -33,6 +33,10 @@ protected: |
return fGenerator->refEncodedData(); |
} |
+ virtual bool getYUV8Planes(SkISize sizes[3], void* planes[3], size_t rowBytes[3]) SK_OVERRIDE { |
+ return fGenerator->getYUV8Planes(sizes, planes, rowBytes); |
+ } |
+ |
private: |
SkImageGenerator* const fGenerator; |
SkDiscardableMemory::Factory* const fDMFactory; |