Index: Source/core/rendering/PointerEventsHitRules.h |
diff --git a/Source/core/rendering/PointerEventsHitRules.h b/Source/core/rendering/PointerEventsHitRules.h |
index bc0e24cd81b82a6069e5a3f38ee909a32833b862..d5364846b6717ac72e55bd04676c23c155f39b32 100644 |
--- a/Source/core/rendering/PointerEventsHitRules.h |
+++ b/Source/core/rendering/PointerEventsHitRules.h |
@@ -40,6 +40,7 @@ public: |
bool requireStroke; |
bool canHitStroke; |
bool canHitFill; |
+ bool canHitBoundingBox; |
}; |
} |