Chromium Code Reviews| Index: Source/platform/graphics/PicturePattern.h |
| diff --git a/Source/platform/graphics/PicturePattern.h b/Source/platform/graphics/PicturePattern.h |
| index e0b74b4a81929b408c6814f5e67ad63fc5a74e3f..70e73b9d96f1e19e146c1a8f692c3f293919127d 100644 |
| --- a/Source/platform/graphics/PicturePattern.h |
| +++ b/Source/platform/graphics/PicturePattern.h |
| @@ -9,7 +9,7 @@ |
| namespace blink { |
| -class PLATFORM_EXPORT PicturePattern : public Pattern { |
| +class PLATFORM_EXPORT PicturePattern final : public Pattern { |
| public: |
| static PassRefPtr<PicturePattern> create(PassRefPtr<const SkPicture>, RepeatMode); |