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

Unified Diff: third_party/WebKit/Source/core/svg/SVGPatternElement.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/SVGPatternElement.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGPatternElement.cpp b/third_party/WebKit/Source/core/svg/SVGPatternElement.cpp
index 89f41d86afca7c1432eaeee833763d055d1f655a..b2e58b04558ca462cb98b75accace7908c3d6c1d 100644
--- a/third_party/WebKit/Source/core/svg/SVGPatternElement.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGPatternElement.cpp
@@ -215,7 +215,8 @@ void SVGPatternElement::CollectPatternAttributes(
}
}
-AffineTransform SVGPatternElement::LocalCoordinateSpaceTransform() const {
+AffineTransform SVGPatternElement::LocalCoordinateSpaceTransform(
+ CTMScope) const {
return CalculateTransform(SVGElement::kExcludeMotionTransform);
}
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGPatternElement.h ('k') | third_party/WebKit/Source/core/svg/SVGSVGElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698