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

Unified Diff: third_party/WebKit/Source/core/svg/SVGGraphicsElement.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/SVGGraphicsElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h
index d1d68bfc311b6eac8b715a7c281adb987a2437f1..f84fa241e5ea63f00f27493dcedaff2ddff2f3b4 100644
--- a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h
@@ -51,7 +51,7 @@ class CORE_EXPORT SVGGraphicsElement : public SVGElement, public SVGTests {
SVGElement* nearestViewportElement() const;
SVGElement* farthestViewportElement() const;
- AffineTransform LocalCoordinateSpaceTransform() const override {
+ AffineTransform LocalCoordinateSpaceTransform(CTMScope) const override {
return CalculateTransform(kIncludeMotionTransform);
}
AffineTransform* AnimateMotionTransform() override;
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGElement.cpp ('k') | third_party/WebKit/Source/core/svg/SVGGraphicsElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698