Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1214)

Unified Diff: Source/core/rendering/svg/RenderSVGShape.h

Issue 62943002: Implement SVGGeometryElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add SVGGeometryElement in expected results Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/rendering/PointerEventsHitRules.cpp ('k') | Source/core/rendering/svg/RenderSVGShape.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « Source/core/rendering/PointerEventsHitRules.cpp ('k') | Source/core/rendering/svg/RenderSVGShape.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698