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

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

Issue 2711503002: Compute a more correct "screen scope" transform for SVGSVGElement (Closed)
Patch Set: Tweak test Created 3 years, 10 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 a0ca78b2672b0c8734856c8dbd6daa10e7d0b089..24039a66620a6be6100d528908d95cead379a35a 100644
--- a/third_party/WebKit/Source/core/svg/SVGSVGElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.h
@@ -156,8 +156,7 @@ class SVGSVGElement final : public SVGGraphicsElement,
Member<SVGAnimatedLength> m_width;
Member<SVGAnimatedLength> m_height;
- AffineTransform localCoordinateSpaceTransform(
- SVGElement::CTMScope) const override;
+ AffineTransform localCoordinateSpaceTransform() const override;
Member<SMILTimeContainer> m_timeContainer;
Member<SVGPoint> m_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