| 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 41c58d68602ca881f9133a61bb0862ad28b2b2e0..d2d95ab96583455e40a6548e9e1d9838757da68a 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.h
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.h
|
| @@ -35,7 +35,7 @@
|
|
|
| namespace blink {
|
|
|
| -class PLATFORM_EXPORT WEBPImageDecoder : public ImageDecoder {
|
| +class PLATFORM_EXPORT WEBPImageDecoder final : public ImageDecoder {
|
| WTF_MAKE_NONCOPYABLE(WEBPImageDecoder);
|
| public:
|
| WEBPImageDecoder(AlphaOption, GammaAndColorProfileOption, size_t maxDecodedBytes);
|
|
|