Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: third_party/WebKit/Source/core/svg/SVGGraphicsElement.h

Issue 2478233002: Make 'transform' a presentation attribute on SVG elements (Closed)
Patch Set: Updated expectations Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698