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

Unified Diff: third_party/WebKit/Source/core/svg/SVGElement.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/SVGElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGElement.h b/third_party/WebKit/Source/core/svg/SVGElement.h
index 024ad0ad7c4536f0c6bb19ac62c3d4db42854562..88fe22e9fbf825c8b92ee47d342c27338c38f7f6 100644
--- a/third_party/WebKit/Source/core/svg/SVGElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGElement.h
@@ -74,6 +74,9 @@ class CORE_EXPORT SVGElement : public Element {
}
static bool isAnimatableCSSProperty(const QualifiedName&);
+ bool hasTransform() const;
pdr. 2016/11/22 04:02:48 hasTransform and hasAnimatedLocalTransform are pre
fs 2016/11/22 13:54:07 I guess we could consider renaming the "...Animate
fs 2016/11/22 14:01:24 (Appears I mistakenly thought one of the "...Anima
fs 2016/11/22 14:54:35 PS8 contains something along the lines of the latt
+ AffineTransform calculateTransform() const;
+
enum CTMScope {
NearestViewportScope, // Used by SVGGraphicsElement::getCTM()
ScreenScope, // Used by SVGGraphicsElement::getScreenCTM()

Powered by Google App Engine
This is Rietveld 408576698