| Index: third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.h b/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.h
|
| index 330aabafa582188cea1f6afb1dc58d93824d082c..deb27311871a2ac66258559232804e8ce2215ff4 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.h
|
| @@ -29,7 +29,7 @@ class SkPicture;
|
|
|
| namespace blink {
|
|
|
| -class PLATFORM_EXPORT SourceGraphic : public FilterEffect {
|
| +class PLATFORM_EXPORT SourceGraphic final : public FilterEffect {
|
| public:
|
| static PassRefPtrWillBeRawPtr<SourceGraphic> create(Filter*);
|
| ~SourceGraphic() override;
|
|
|