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&); |