| Index: Source/core/rendering/svg/RenderSVGModelObject.h
|
| diff --git a/Source/core/rendering/svg/RenderSVGModelObject.h b/Source/core/rendering/svg/RenderSVGModelObject.h
|
| index 0d4d23a89a9a9e6ee2142d2fa84ef87ce8c11181..6cef07017ea9b093c0fb327989cae0c5e8cf8bfc 100644
|
| --- a/Source/core/rendering/svg/RenderSVGModelObject.h
|
| +++ b/Source/core/rendering/svg/RenderSVGModelObject.h
|
| @@ -78,7 +78,7 @@ private:
|
| void node() const WTF_DELETED_FUNCTION;
|
|
|
| // This method should never be called, SVG uses a different nodeAtPoint method
|
| - bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE FINAL;
|
| + virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE FINAL;
|
| virtual void absoluteFocusRingQuads(Vector<FloatQuad>&) OVERRIDE FINAL;
|
| };
|
|
|
|
|