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

Unified Diff: third_party/WebKit/Source/core/svg/SVGGradientElement.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/SVGGradientElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGGradientElement.h b/third_party/WebKit/Source/core/svg/SVGGradientElement.h
index 1f80fe2f65452ba6087d807a58a99fc026c3c68e..f7c24e2d47f72ee28438601670c6fc99fd0763d9 100644
--- a/third_party/WebKit/Source/core/svg/SVGGradientElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGGradientElement.h
@@ -69,6 +69,10 @@ class SVGGradientElement : public SVGElement, public SVGURIReference {
private:
bool needsPendingResourceHandling() const final { return false; }
+ void collectStyleForPresentationAttribute(const QualifiedName&,
+ const AtomicString&,
+ MutableStylePropertySet*) override;
+
void childrenChanged(const ChildrenChange&) final;
Member<SVGAnimatedTransformList> m_gradientTransform;

Powered by Google App Engine
This is Rietveld 408576698