Index: Source/platform/graphics/ImageFrameGenerator.h |
diff --git a/Source/platform/graphics/ImageFrameGenerator.h b/Source/platform/graphics/ImageFrameGenerator.h |
index b3fbf58a2816e98b9bcbd5b80a0d21ae24e2beb4..e9ea0d407690b36f3e870a9ec7781ddacc19d2aa 100644 |
--- a/Source/platform/graphics/ImageFrameGenerator.h |
+++ b/Source/platform/graphics/ImageFrameGenerator.h |
@@ -72,7 +72,7 @@ public: |
bool decodeAndScale(const SkImageInfo&, size_t index, void* pixels, size_t rowBytes); |
// Decodes YUV components directly into the provided memory planes. |
- bool decodeToYUV(void* planes[3], size_t rowBytes[3]); |
+ bool decodeToYUV(SkISize componentSizes[3], void* planes[3], size_t rowBytes[3]); |
void setData(PassRefPtr<SharedBuffer>, bool allDataReceived); |