| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h
|
| index 968736037853ca8abce7326e19951e71fa9c1226..d0ba200aff4ff27932278ca69817e6d79f5da308 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h
|
| @@ -74,7 +74,7 @@ class LayoutSVGForeignObject final : public LayoutSVGBlock {
|
|
|
| FloatRect viewportRect() const { return m_viewport; }
|
|
|
| - const AffineTransform& localToSVGParentTransform() const override;
|
| + AffineTransform localToSVGParentTransform() const override;
|
|
|
| private:
|
| void updateLogicalWidth() override;
|
| @@ -84,7 +84,6 @@ class LayoutSVGForeignObject final : public LayoutSVGBlock {
|
|
|
| bool m_needsTransformUpdate : 1;
|
| FloatRect m_viewport;
|
| - mutable AffineTransform m_localToParentTransform;
|
| };
|
|
|
| } // namespace blink
|
|
|