| Index: third_party/WebKit/Source/core/svg/SVGFitToViewBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGFitToViewBox.cpp b/third_party/WebKit/Source/core/svg/SVGFitToViewBox.cpp
|
| index ca517a7469fb8acf43abce7a13816fdb8b07f2d9..c365abd0ad24f28482ed76e4058077d4bdd55696 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGFitToViewBox.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGFitToViewBox.cpp
|
| @@ -78,7 +78,7 @@ AffineTransform SVGFitToViewBox::ViewBoxToViewTransform(
|
| !view_height)
|
| return AffineTransform();
|
|
|
| - return preserve_aspect_ratio->GetCTM(
|
| + return preserve_aspect_ratio->ComputeTransform(
|
| view_box_rect.X(), view_box_rect.Y(), view_box_rect.Width(),
|
| view_box_rect.Height(), view_width, view_height);
|
| }
|
|
|