| 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 65407af3f2df522a3cb48ebc9eaf8e9ca5deb56e..e0d94c4e899d5d634cd5820fd2941144df86e866 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h
|
| @@ -51,7 +51,6 @@ public:
|
| DecodingImageGenerator(PassRefPtr<ImageFrameGenerator>, const SkImageInfo&, size_t index);
|
| ~DecodingImageGenerator() override;
|
|
|
| - void setGenerationId(size_t id) { m_generationId = id; }
|
| void setCanYUVDecode(bool yes) { m_canYUVDecode = yes; }
|
|
|
| protected:
|
| @@ -66,7 +65,6 @@ protected:
|
| private:
|
| RefPtr<ImageFrameGenerator> m_frameGenerator;
|
| size_t m_frameIndex;
|
| - size_t m_generationId;
|
| bool m_canYUVDecode;
|
| };
|
|
|
|
|