Index: third_party/WebKit/Source/platform/graphics/filters/SourceAlpha.h |
diff --git a/third_party/WebKit/Source/platform/graphics/filters/SourceAlpha.h b/third_party/WebKit/Source/platform/graphics/filters/SourceAlpha.h |
index b3e47c1667b9d5d84b01443bd42876253f22b0ae..96961e9bf5ae4351d02bb3c881d5e31c2255defc 100644 |
--- a/third_party/WebKit/Source/platform/graphics/filters/SourceAlpha.h |
+++ b/third_party/WebKit/Source/platform/graphics/filters/SourceAlpha.h |
@@ -29,8 +29,6 @@ class PLATFORM_EXPORT SourceAlpha final : public FilterEffect { |
public: |
static PassRefPtrWillBeRawPtr<SourceAlpha> create(FilterEffect*); |
- static const AtomicString& effectName(); |
- |
FloatRect determineAbsolutePaintRect(const FloatRect& requestedRect) override; |
FilterEffectType filterEffectType() const override { return FilterEffectTypeSourceInput; } |