| Index: Source/core/layout/svg/LayoutSVGBlock.h
|
| diff --git a/Source/core/layout/svg/LayoutSVGBlock.h b/Source/core/layout/svg/LayoutSVGBlock.h
|
| index b5e885d5ade48db1a2729817d2ed1face879588d..f7a418e688fc15509b5032e5d52d5a4102acfe8b 100644
|
| --- a/Source/core/layout/svg/LayoutSVGBlock.h
|
| +++ b/Source/core/layout/svg/LayoutSVGBlock.h
|
| @@ -60,7 +60,7 @@ private:
|
|
|
| virtual void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override final;
|
|
|
| - virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) override;
|
| + virtual bool nodeAtPoint(HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) override;
|
|
|
| AffineTransform m_cachedPaintInvalidationTransform;
|
| };
|
|
|