| Index: third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h b/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h
|
| index 64e08953cd90d2b09aaa2e1b7a71a1eee451c9fe..65407af3f2df522a3cb48ebc9eaf8e9ca5deb56e 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h
|
| @@ -59,7 +59,9 @@ protected:
|
|
|
| bool onGetPixels(const SkImageInfo&, void* pixels, size_t rowBytes, SkPMColor table[], int* tableCount) override;
|
|
|
| - bool onGetYUV8Planes(SkISize sizes[3], void* planes[3], size_t rowBytes[3], SkYUVColorSpace*) override;
|
| + bool onQueryYUV8(SkYUVSizeInfo*, SkYUVColorSpace*) const override;
|
| +
|
| + bool onGetYUV8Planes(const SkYUVSizeInfo&, void* planes[3]) override;
|
|
|
| private:
|
| RefPtr<ImageFrameGenerator> m_frameGenerator;
|
|
|