| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGTransformableContainer.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGTransformableContainer.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGTransformableContainer.h
|
| index b56fc83360e12bae34b3d6fda7a5fa356f0d750a..155c98eead4c095591a7b01631d4583cbda5dd32 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGTransformableContainer.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGTransformableContainer.h
|
| @@ -40,7 +40,7 @@ public:
|
| void setNeedsTransformUpdate() override;
|
|
|
| private:
|
| - TransformChange calculateLocalTransform() override;
|
| + SVGTransformChange calculateLocalTransform() override;
|
| AffineTransform localSVGTransform() const override { return m_localTransform; }
|
|
|
| bool m_needsTransformUpdate : 1;
|
|
|