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 deb27311871a2ac66258559232804e8ce2215ff4..c03a1a24c8e6a87083e5146081ae4ad52f45f90e 100644 |
--- a/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.h |
+++ b/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.h |
@@ -34,8 +34,6 @@ public: |
static PassRefPtrWillBeRawPtr<SourceGraphic> create(Filter*); |
~SourceGraphic() override; |
- static const AtomicString& effectName(); |
- |
FloatRect determineAbsolutePaintRect(const FloatRect& requestedRect) override; |
FilterEffectType filterEffectType() const override { return FilterEffectTypeSourceInput; } |