| 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..d686299f530182aa55ca6585c982c9e480f16a14 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;
|
| + unsigned calculateLocalTransform() override;
|
|
|
| bool pointIsInsideViewportClip(const FloatPoint& pointInParent) override;
|
|
|
|
|