| Index: third_party/WebKit/Source/core/svg/SVGFEDropShadowElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGFEDropShadowElement.h b/third_party/WebKit/Source/core/svg/SVGFEDropShadowElement.h
|
| index 5c656966e400be06e0455febac0ff3b03816cf4a..8aac230cb187c140a9e8526e1db6a6125486e469 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGFEDropShadowElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGFEDropShadowElement.h
|
| @@ -47,6 +47,7 @@ private:
|
| explicit SVGFEDropShadowElement(Document&);
|
|
|
| void svgAttributeChanged(const QualifiedName&) override;
|
| + bool setFilterEffectAttribute(FilterEffect*, const QualifiedName&) override;
|
| FilterEffect* build(SVGFilterBuilder*, Filter*) override;
|
|
|
| static const AtomicString& stdDeviationXIdentifier();
|
|
|