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

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

Issue 2478233002: Make 'transform' a presentation attribute on SVG elements (Closed)
Patch Set: Rebase 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/SVGPatternElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGPatternElement.h b/third_party/WebKit/Source/core/svg/SVGPatternElement.h
index 44bb599cb5cb931a95bf9c6ea1176a1da9212146..29fa04b8068031699ca8764d9ca7696a4971dc72 100644
--- a/third_party/WebKit/Source/core/svg/SVGPatternElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGPatternElement.h
@@ -84,6 +84,10 @@ class SVGPatternElement final : public SVGElement,
bool isValid() const override { return SVGTests::isValid(); }
bool needsPendingResourceHandling() const override { return false; }
+ void collectStyleForPresentationAttribute(const QualifiedName&,
+ const AtomicString&,
+ MutableStylePropertySet*) override;
+
void svgAttributeChanged(const QualifiedName&) override;
void childrenChanged(const ChildrenChange&) override;

Powered by Google App Engine
This is Rietveld 408576698