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

Unified Diff: third_party/WebKit/Source/core/svg/SVGTransformList.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/SVGTransformList.h
diff --git a/third_party/WebKit/Source/core/svg/SVGTransformList.h b/third_party/WebKit/Source/core/svg/SVGTransformList.h
index 52806852fb6e752561d1bf15215275ba55a22119..057a5921601d3cbf9e46e2b622dee195931abba6 100644
--- a/third_party/WebKit/Source/core/svg/SVGTransformList.h
+++ b/third_party/WebKit/Source/core/svg/SVGTransformList.h
@@ -74,6 +74,8 @@ class SVGTransformList final
static AnimatedPropertyType classType() { return AnimatedTransformList; }
AnimatedPropertyType type() const override { return classType(); }
+ const CSSValue* cssValue() const;
+
private:
SVGTransformList();

Powered by Google App Engine
This is Rietveld 408576698