Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / PointerEventsHitRules.h
index bc0e24c..21659e9 100644 (file)
 #include "core/rendering/HitTestRequest.h"
 #include "core/rendering/style/RenderStyleConstants.h"
 
-namespace WebCore {
+namespace blink {
 
 class PointerEventsHitRules {
 public:
     enum EHitTesting {
         SVG_IMAGE_HITTESTING,
-        SVG_PATH_HITTESTING,
+        SVG_GEOMETRY_HITTESTING,
         SVG_TEXT_HITTESTING
     };
 
@@ -40,6 +40,7 @@ public:
     bool requireStroke;
     bool canHitStroke;
     bool canHitFill;
+    bool canHitBoundingBox;
 };
 
 }