| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h
|
| index 7bb5af6e9f11201f2c6bee1a901b4e12fbe388f9..0a187c0806904bfa333c4d709481a4b8ba85d272 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h
|
| @@ -74,7 +74,8 @@ class CORE_EXPORT LayoutSVGRoot final : public LayoutReplaced {
|
| m_containerSize = containerSize;
|
| }
|
|
|
| - // localToBorderBoxTransform maps local SVG viewport coordinates to local CSS box coordinates.
|
| + // localToBorderBoxTransform maps local SVG viewport coordinates to local CSS
|
| + // box coordinates.
|
| const AffineTransform& localToBorderBoxTransform() const {
|
| return m_localToBorderBoxTransform;
|
| }
|
|
|