| Index: third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.h
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.h b/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.h
|
| index 26efa391718eaa334893e647801afdbd405ec6c4..c2053a50d299e1ff4bd969b3c49a87902a30e4eb 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.h
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.h
|
| @@ -37,7 +37,7 @@
|
| namespace blink {
|
|
|
| // This class decodes the BMP image format.
|
| -class PLATFORM_EXPORT BMPImageDecoder : public ImageDecoder {
|
| +class PLATFORM_EXPORT BMPImageDecoder final : public ImageDecoder {
|
| public:
|
| BMPImageDecoder(AlphaOption, GammaAndColorProfileOption, size_t maxDecodedBytes);
|
|
|
|
|