| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h
|
| index 78b8bf07d1ae9f33ecc70c5e0f73cceb98a2631b..7605d9ea195eb2979907f9fa860bffdd69e7fbf5 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h
|
| @@ -77,7 +77,7 @@ private:
|
| bool nodeAtPoint(HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) final;
|
| IntRect absoluteElementBoundingBoxRect() const final;
|
|
|
| - void invalidateTreeIfNeeded(PaintInvalidationState&) final;
|
| + void invalidateTreeIfNeeded(const PaintInvalidationState&) final;
|
|
|
| protected:
|
| FloatRect m_paintInvalidationBoundingBox;
|
|
|