| Index: Source/core/layout/svg/LayoutSVGModelObject.h
|
| diff --git a/Source/core/layout/svg/LayoutSVGModelObject.h b/Source/core/layout/svg/LayoutSVGModelObject.h
|
| index eaeca3d5801053c912194126afae6ea4c72e8bc6..597258618224c42f50723cbb104fb8b32f0bd88d 100644
|
| --- a/Source/core/layout/svg/LayoutSVGModelObject.h
|
| +++ b/Source/core/layout/svg/LayoutSVGModelObject.h
|
| @@ -73,7 +73,7 @@ private:
|
| void node() const = delete;
|
|
|
| // This method should never be called, SVG uses a different nodeAtPoint method
|
| - virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) override final;
|
| + virtual bool nodeAtPoint(HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) override final;
|
| virtual IntRect absoluteFocusRingBoundingBoxRect() const override final;
|
|
|
| virtual void invalidateTreeIfNeeded(PaintInvalidationState&) override final;
|
|
|