| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGViewportContainer.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGViewportContainer.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGViewportContainer.h
|
| index 0511046016ee83259d1513f0eaea95caba21f4c9..b990fa2c6e0109d7b3ec1fa435145f9ef98eb604 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGViewportContainer.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGViewportContainer.h
|
| @@ -50,7 +50,7 @@ class LayoutSVGViewportContainer final : public LayoutSVGContainer {
|
| }
|
|
|
| AffineTransform viewportTransform() const;
|
| - const AffineTransform& localToSVGParentTransform() const override {
|
| + AffineTransform localToSVGParentTransform() const override {
|
| return m_localToParentTransform;
|
| }
|
|
|
|
|