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 74ba6cabbe88bb061a142cb73f3539596b62f178..3a86e292a3110fb35c86cacc121b0d2437dfc797 100644 |
--- a/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h |
+++ b/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h |
@@ -50,7 +50,7 @@ class PLATFORM_EXPORT DecodingImageGenerator final : public SkImageGenerator { |
public: |
static SkImageGenerator* create(SkData*); |
- DecodingImageGenerator(PassRefPtr<ImageFrameGenerator>, const SkImageInfo&, PassRefPtr<SegmentReader>, bool allDataReceived, size_t index); |
+ DecodingImageGenerator(PassRefPtr<ImageFrameGenerator>, const SkImageInfo&, PassRefPtr<SegmentReader>, bool allDataReceived, size_t index, uint32_t uniqueID = kNeedNewImageUniqueID); |
~DecodingImageGenerator() override; |
void setCanYUVDecode(bool yes) { m_canYUVDecode = yes; } |