summaryrefslogtreecommitdiff
path: root/Source/WebCore/svg/SVGImageElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGImageElement.h')
-rw-r--r--Source/WebCore/svg/SVGImageElement.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/svg/SVGImageElement.h b/Source/WebCore/svg/SVGImageElement.h
index 1fbbb0fd7..fb1229e23 100644
--- a/Source/WebCore/svg/SVGImageElement.h
+++ b/Source/WebCore/svg/SVGImageElement.h
@@ -50,6 +50,8 @@ private:
bool isSupportedAttribute(const QualifiedName&);
virtual void parseAttribute(Attribute*) OVERRIDE;
+ virtual bool isPresentationAttribute(Attribute*) const OVERRIDE;
+ virtual void collectStyleForAttribute(Attribute*, StylePropertySet*) OVERRIDE;
virtual void svgAttributeChanged(const QualifiedName&);
virtual void attach();