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

Unified Diff: third_party/WebKit/Source/core/svg/SVGElement.cpp

Issue 2853223002: getScreenCTM on <use> should not include the additional translation (Closed)
Patch Set: Created 3 years, 8 months 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.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGElement.cpp b/third_party/WebKit/Source/core/svg/SVGElement.cpp
index 2b7f899899c81eeaa237279bf223e039452856a5..b8cd48041a4b84638eb0383a5957905201b5c8bb 100644
--- a/third_party/WebKit/Source/core/svg/SVGElement.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGElement.cpp
@@ -287,7 +287,7 @@ void SVGElement::ClearAnimatedAttribute(const QualifiedName& attribute) {
});
}
-AffineTransform SVGElement::LocalCoordinateSpaceTransform() const {
+AffineTransform SVGElement::LocalCoordinateSpaceTransform(CTMScope) const {
// To be overriden by SVGGraphicsElement (or as special case SVGTextElement
// and SVGPatternElement)
return AffineTransform();
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGElement.h ('k') | third_party/WebKit/Source/core/svg/SVGGraphicsElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698