| Index: Source/core/rendering/ImageQualityController.h
|
| diff --git a/Source/core/rendering/ImageQualityController.h b/Source/core/rendering/ImageQualityController.h
|
| index c36806d3eb3ba2fb0da1fb129eae76fe381c4df8..cdcba61657b6f8a67555d5e01c2ac2f815b0ecd4 100644
|
| --- a/Source/core/rendering/ImageQualityController.h
|
| +++ b/Source/core/rendering/ImageQualityController.h
|
| @@ -44,7 +44,7 @@ namespace blink {
|
| typedef HashMap<const void*, LayoutSize> LayerSizeMap;
|
| typedef HashMap<RenderObject*, LayerSizeMap> ObjectLayerSizeMap;
|
|
|
| -class ImageQualityController FINAL {
|
| +class ImageQualityController final {
|
| WTF_MAKE_NONCOPYABLE(ImageQualityController); WTF_MAKE_FAST_ALLOCATED;
|
| public:
|
| ~ImageQualityController();
|
|
|