Index: third_party/WebKit/Source/core/svg/SVGGraphicsElement.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h |
index f5413f21b4f68826ab33972db1d1ea30767caa9e..869f76fc364dfe97d083b9b3a44b10abdc8125f1 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h |
@@ -84,6 +84,9 @@ class CORE_EXPORT SVGGraphicsElement : public SVGElement, public SVGTests { |
return Element::supportsFocus() || hasFocusEventListeners(); |
} |
+ void collectStyleForPresentationAttribute(const QualifiedName&, |
+ const AtomicString&, |
+ MutableStylePropertySet*) override; |
void svgAttributeChanged(const QualifiedName&) override; |
Member<SVGAnimatedTransformList> m_transform; |