| 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 fb2a0732b6c982abb84fd3caa256da1750a08dc5..0ddd77edb497a5e5abd92cf0ebe6c7b57eb52a2b 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h
|
| @@ -65,6 +65,8 @@ class PLATFORM_EXPORT DecodingImageGenerator final : public SkImageGenerator {
|
| void setCanYUVDecode(bool yes) { m_canYUVDecode = yes; }
|
|
|
| protected:
|
| + bool onIsEncoded() const override;
|
| +
|
| SkData* onRefEncodedData(GrContext* ctx) override;
|
|
|
| bool onGetPixels(const SkImageInfo&,
|
|
|