| Index: third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.h
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.h b/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.h
|
| index f41b54374f1a949ddf483637385a416bbe5f5f6b..1064ce537c9379375b9a77866acab17756b37257 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.h
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.h
|
| @@ -40,6 +40,7 @@ public:
|
|
|
| // ImageDecoder:
|
| String filenameExtension() const override { return "png"; }
|
| + bool frameHasAlphaAtIndex(size_t) const override;
|
|
|
| // Callbacks from libpng
|
| void headerAvailable();
|
|
|