| Index: Source/core/svg/SVGFEDisplacementMapElement.h
|
| diff --git a/Source/core/svg/SVGFEDisplacementMapElement.h b/Source/core/svg/SVGFEDisplacementMapElement.h
|
| index 0aa95c18b22f2ada3a3ab3880d0e4d1be2a0b7c2..334df6038d290514da8130b10fb853a5e086de94 100644
|
| --- a/Source/core/svg/SVGFEDisplacementMapElement.h
|
| +++ b/Source/core/svg/SVGFEDisplacementMapElement.h
|
| @@ -66,12 +66,12 @@ struct SVGPropertyTraits<ChannelSelectorType> {
|
|
|
| class SVGFEDisplacementMapElement FINAL : public SVGFilterPrimitiveStandardAttributes {
|
| public:
|
| - static PassRefPtr<SVGFEDisplacementMapElement> create(const QualifiedName&, Document&);
|
| + static PassRefPtr<SVGFEDisplacementMapElement> create(Document&);
|
|
|
| static ChannelSelectorType stringToChannel(const String&);
|
|
|
| private:
|
| - SVGFEDisplacementMapElement(const QualifiedName& tagName, Document&);
|
| + SVGFEDisplacementMapElement(Document&);
|
|
|
| bool isSupportedAttribute(const QualifiedName&);
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
|
|