| 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 545e396fa11ca2d0717644a4d7ebc134ff3825ce..ac931d698b367f29a48b328a6f84fb84091aa194 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGViewportContainer.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGViewportContainer.h
|
| @@ -37,7 +37,7 @@ public:
|
| bool isLayoutSizeChanged() const { return m_isLayoutSizeChanged; }
|
|
|
| void determineIfLayoutSizeChanged() override;
|
| - void setNeedsTransformUpdate() override { m_needsTransformUpdate = true; }
|
| + void setNeedsTransformUpdate() override;
|
|
|
| void paint(const PaintInfo&, const LayoutPoint&) const override;
|
|
|
| @@ -50,7 +50,7 @@ private:
|
| const AffineTransform& localToSVGParentTransform() const override { return m_localToParentTransform; }
|
|
|
| void calcViewport() override;
|
| - bool calculateLocalTransform() override;
|
| + TransformChange calculateLocalTransform() override;
|
|
|
| bool pointIsInsideViewportClip(const FloatPoint& pointInParent) override;
|
|
|
|
|