From 2fc2651226baac27029e38c9d6ef883fa32084db Mon Sep 17 00:00:00 2001 From: Steve Block Date: Wed, 18 May 2011 13:36:51 +0100 Subject: Merge WebKit at r78450: Initial merge by git. Change-Id: I6d3e5f1f868ec266a0aafdef66182ddc3f265dc1 --- Source/WebCore/svg/SVGFEConvolveMatrixElement.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/WebCore/svg/SVGFEConvolveMatrixElement.h') diff --git a/Source/WebCore/svg/SVGFEConvolveMatrixElement.h b/Source/WebCore/svg/SVGFEConvolveMatrixElement.h index 87709ab..ccc45ce 100644 --- a/Source/WebCore/svg/SVGFEConvolveMatrixElement.h +++ b/Source/WebCore/svg/SVGFEConvolveMatrixElement.h @@ -43,6 +43,8 @@ private: virtual void parseMappedAttribute(Attribute*); virtual void svgAttributeChanged(const QualifiedName&); + virtual void fillAttributeToPropertyTypeMap(); + virtual AttributeToPropertyTypeMap& attributeToPropertyTypeMap(); virtual PassRefPtr build(SVGFilterBuilder*, Filter*); static const AtomicString& orderXIdentifier(); -- cgit v1.1