| 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 2e3868e589ad7ea504067e84542407b153f83fc8..b56fc83360e12bae34b3d6fda7a5fa356f0d750a 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGTransformableContainer.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGTransformableContainer.h
|
| @@ -37,10 +37,10 @@ public:
|
| const AffineTransform& localToSVGParentTransform() const override { return m_localTransform; }
|
| const FloatSize& additionalTranslation() const { return m_additionalTranslation; }
|
|
|
| - void setNeedsTransformUpdate() override { m_needsTransformUpdate = true; }
|
| + void setNeedsTransformUpdate() override;
|
|
|
| private:
|
| - bool calculateLocalTransform() override;
|
| + TransformChange calculateLocalTransform() override;
|
| AffineTransform localSVGTransform() const override { return m_localTransform; }
|
|
|
| bool m_needsTransformUpdate : 1;
|
|
|