Index: src/lazy/SkDiscardablePixelRef.h |
diff --git a/src/lazy/SkDiscardablePixelRef.h b/src/lazy/SkDiscardablePixelRef.h |
index ae955d6eba1b0a4acba7bec6f54b72a7011c63fd..159ea21f6347582bebd558dc8a1682480fa8ebda 100644 |
--- a/src/lazy/SkDiscardablePixelRef.h |
+++ b/src/lazy/SkDiscardablePixelRef.h |
@@ -36,6 +36,10 @@ protected: |
return fGenerator->refEncodedData(); |
} |
+ virtual bool getYUV8Planes(SkISize* sizes, void* planes) SK_OVERRIDE { |
+ return fGenerator->getYUV8Planes(sizes, planes); |
+ } |
+ |
private: |
SkImageGenerator* const fGenerator; |
SkDiscardableMemory::Factory* const fDMFactory; |