Chromium Code Reviews| Index: Source/core/rendering/PointerEventsHitRules.h |
| diff --git a/Source/core/rendering/PointerEventsHitRules.h b/Source/core/rendering/PointerEventsHitRules.h |
| index aba46f9c5b1e2334a24028dc1465263448b6e73a..1ffd98bc2375613ec7a37f63ed9d5e886d0ab134 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; |
| }; |
| } |