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

Unified Diff: third_party/WebKit/Source/core/svg/SVGGraphicsElement.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/SVGGraphicsElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h
index 58476dc27ee22ae77761d01722fc3080fed3a31c..13d991bcd365624c383ae236494a0bf029999d28 100644
--- a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.h
@@ -51,8 +51,7 @@ class CORE_EXPORT SVGGraphicsElement : public SVGElement, public SVGTests {
SVGElement* nearestViewportElement() const;
SVGElement* farthestViewportElement() const;
- AffineTransform localCoordinateSpaceTransform(
- SVGElement::CTMScope) const override {
+ AffineTransform localCoordinateSpaceTransform() const override {
return calculateTransform(IncludeMotionTransform);
}
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