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

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

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/SVGSVGElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGSVGElement.h b/third_party/WebKit/Source/core/svg/SVGSVGElement.h
index 9fb820db4eefa43c1c99bf4e481ce65f2194bb41..2272daf96b0a47106c4aea5d6d4379e861d4c338 100644
--- a/third_party/WebKit/Source/core/svg/SVGSVGElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.h
@@ -157,7 +157,7 @@ class SVGSVGElement final : public SVGGraphicsElement,
Member<SVGAnimatedLength> width_;
Member<SVGAnimatedLength> height_;
- AffineTransform LocalCoordinateSpaceTransform() const override;
+ AffineTransform LocalCoordinateSpaceTransform(CTMScope) const override;
Member<SMILTimeContainer> time_container_;
Member<SVGPoint> translation_;
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGPatternElement.cpp ('k') | third_party/WebKit/Source/core/svg/SVGSVGElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698