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

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

Issue 2856863005: Rename SVGPreserveAspectRatio::GetCTM to ComputeTransform (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/SVGPreserveAspectRatio.h
diff --git a/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.h b/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.h
index d54e84c696ac6485d2c70168f037f208ed9e7ef9..9a2aa91fb2285f0aa635530f6b2d446b515bd23c 100644
--- a/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.h
+++ b/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.h
@@ -76,12 +76,12 @@ class SVGPreserveAspectRatio final
void TransformRect(FloatRect& dest_rect, FloatRect& src_rect);
- AffineTransform GetCTM(float logic_x,
- float logic_y,
- float logic_width,
- float logic_height,
- float phys_width,
- float phys_height) const;
+ AffineTransform ComputeTransform(float logical_x,
+ float logical_y,
+ float logical_width,
+ float logical_height,
+ float physical_width,
+ float physical_height) const;
String ValueAsString() const override;
SVGParsingError SetValueAsString(const String&);
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGFitToViewBox.cpp ('k') | third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698