| Index: third_party/WebKit/Source/platform/graphics/filters/FEBlend.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/filters/FEBlend.h b/third_party/WebKit/Source/platform/graphics/filters/FEBlend.h
|
| index 5c6a2c1ea1818cca0dc29b9bfe7385d19d5f3be1..96d650e0d30372cd7b03c570fe23f736e7e09986 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/filters/FEBlend.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/filters/FEBlend.h
|
| @@ -28,7 +28,7 @@
|
|
|
| namespace blink {
|
|
|
| -class PLATFORM_EXPORT FEBlend : public FilterEffect {
|
| +class PLATFORM_EXPORT FEBlend final : public FilterEffect {
|
| public:
|
| static PassRefPtrWillBeRawPtr<FEBlend> create(Filter*, WebBlendMode);
|
|
|
|
|