| Index: Source/core/layout/svg/LayoutSVGModelObject.h
|
| diff --git a/Source/core/layout/svg/LayoutSVGModelObject.h b/Source/core/layout/svg/LayoutSVGModelObject.h
|
| index f14b50e4621ef05f37477a63fd2dbc90d13465c6..25b2bf7dcbfe98d63efa1098979d2e684183caf2 100644
|
| --- a/Source/core/layout/svg/LayoutSVGModelObject.h
|
| +++ b/Source/core/layout/svg/LayoutSVGModelObject.h
|
| @@ -76,7 +76,7 @@ private:
|
| virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) override final;
|
| virtual IntRect absoluteFocusRingBoundingBoxRect() const override final;
|
|
|
| - virtual void invalidateTreeIfNeeded(const PaintInvalidationState&) override final;
|
| + virtual void invalidateTreeIfNeeded(PaintInvalidationState&) override final;
|
|
|
| protected:
|
| FloatRect m_paintInvalidationBoundingBox;
|
|
|