| Index: third_party/WebKit/Source/core/svg/SVGViewSpec.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGViewSpec.cpp b/third_party/WebKit/Source/core/svg/SVGViewSpec.cpp
|
| index 6bfbb2fa8a60f40cec8744ce9ad35491776b5b76..c4ed9c8c1f0ccf21ac43dba627bf1ba866973e19 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGViewSpec.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGViewSpec.cpp
|
| @@ -79,8 +79,8 @@ void SVGViewSpec::reset()
|
| m_transform->baseValue()->clear();
|
| updateViewBox(FloatRect());
|
| ASSERT(preserveAspectRatio());
|
| - preserveAspectRatio()->baseValue()->setAlign(SVGPreserveAspectRatio::SVG_PRESERVEASPECTRATIO_XMIDYMID);
|
| - preserveAspectRatio()->baseValue()->setMeetOrSlice(SVGPreserveAspectRatio::SVG_MEETORSLICE_MEET);
|
| + preserveAspectRatio()->baseValue()->setAlign(SVGPreserveAspectRatio::kSvgPreserveaspectratioXmidymid);
|
| + preserveAspectRatio()->baseValue()->setMeetOrSlice(SVGPreserveAspectRatio::kSvgMeetorsliceMeet);
|
| m_viewTargetString = emptyString();
|
| }
|
|
|
|
|