Index: Source/core/rendering/svg/RenderSVGShape.h |
diff --git a/Source/core/rendering/svg/RenderSVGShape.h b/Source/core/rendering/svg/RenderSVGShape.h |
index 4cd4fb7a0ff6482f190aca6cd5f86ed7453f8d97..f800b2db555728096d0f41c7ab6b8a52bd3a685e 100644 |
--- a/Source/core/rendering/svg/RenderSVGShape.h |
+++ b/Source/core/rendering/svg/RenderSVGShape.h |
@@ -37,6 +37,7 @@ namespace WebCore { |
class FloatPoint; |
class GraphicsContextStateSaver; |
+class PointerEventsHitRules; |
class RenderSVGContainer; |
class RenderSVGPath; |
class RenderSVGResource; |
@@ -55,6 +56,8 @@ public: |
virtual void fillShape(GraphicsContext*) const; |
virtual void strokeShape(GraphicsContext*) const; |
+ bool nodeAtFloatPointInternal(const HitTestRequest&, const FloatPoint&, PointerEventsHitRules); |
+ |
Path& path() const |
{ |
ASSERT(m_path); |