Index: src/lazy/SkDiscardablePixelRef.h |
diff --git a/src/lazy/SkDiscardablePixelRef.h b/src/lazy/SkDiscardablePixelRef.h |
index ae955d6eba1b0a4acba7bec6f54b72a7011c63fd..f36597e128adf9b5734517ede8aadcb9b0ac1c36 100644 |
--- a/src/lazy/SkDiscardablePixelRef.h |
+++ b/src/lazy/SkDiscardablePixelRef.h |
@@ -36,6 +36,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; |