Index: Source/platform/graphics/DecodingImageGenerator.h |
diff --git a/Source/platform/graphics/DecodingImageGenerator.h b/Source/platform/graphics/DecodingImageGenerator.h |
index 5e28d70775b67886f74118360a60fc72b3453acd..33c02815e45f57e3c1c6c59d8b3dcbe3c33d3d61 100644 |
--- a/Source/platform/graphics/DecodingImageGenerator.h |
+++ b/Source/platform/graphics/DecodingImageGenerator.h |
@@ -53,6 +53,7 @@ protected: |
virtual SkData* onRefEncodedData() OVERRIDE; |
virtual bool onGetInfo(SkImageInfo*) OVERRIDE; |
virtual bool onGetPixels(const SkImageInfo&, void* pixels, size_t rowBytes, SkPMColor ctable[], int* ctableCount) OVERRIDE; |
+ virtual bool onGetYUV8Planes(SkISize sizes[3], void* planes[3], size_t rowBytes[3]) OVERRIDE; |
private: |
RefPtr<ImageFrameGenerator> m_frameGenerator; |