Chromium Code Reviews| 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 970d74e762ce84f23ea097750ca31a04a2c99d9a..6cd2c2945245ebc0e4fb3bad0589dc0b912f6d70 100644 |
| --- a/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h |
| +++ b/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h |
| @@ -64,6 +64,8 @@ protected: |
| bool onGetYUV8Planes(SkISize sizes[3], void* planes[3], size_t rowBytes[3], SkYUVColorSpace*) override; |
| + SkColorType onGetColorType() override; |
|
Noel Gordon
2015/12/09 08:42:11
Interesting given the recent discussions on https:
aleksandar.stojiljkovic
2015/12/22 15:19:55
removed
|
| + |
| private: |
| RefPtr<ImageFrameGenerator> m_frameGenerator; |
| size_t m_frameIndex; |