| Index: third_party/WebKit/Source/platform/graphics/ImageSource.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageSource.h b/third_party/WebKit/Source/platform/graphics/ImageSource.h
|
| index a04cc45c8931b2ec6ed366b273c770785e6b7ee3..3e5d183be8f9a51eafe28f1fba9810eb2654e703 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageSource.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageSource.h
|
| @@ -42,7 +42,8 @@ class IntPoint;
|
| class IntSize;
|
| class SharedBuffer;
|
|
|
| -class PLATFORM_EXPORT ImageSource {
|
| +class PLATFORM_EXPORT ImageSource final {
|
| + USING_FAST_MALLOC(ImageSource);
|
| WTF_MAKE_NONCOPYABLE(ImageSource);
|
| public:
|
| ImageSource();
|
|
|