| Index: third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.h
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.h b/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.h
|
| index ee1e2a9d67292cce97dd46c607de0d5f69715869..b1548cfd37d6eab01817ca663e3123d983d3954e 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.h
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.h
|
| @@ -83,7 +83,7 @@ class PLATFORM_EXPORT WEBPImageDecoder final : public ImageDecoder {
|
|
|
| // Set |m_frameBackgroundHasAlpha| based on this frame's characteristics.
|
| // Before calling this method, the caller must verify that the frame exists.
|
| - void onInitFrameBuffer(size_t frameIndex) override;
|
| + bool onInitFrameBuffer(size_t frameIndex) override;
|
|
|
| // When the blending method of this frame is BlendAtopPreviousFrame, the
|
| // previous frame's buffer is necessary to decode this frame in
|
|
|