| Index: Source/core/layout/PointerEventsHitRules.h
|
| diff --git a/Source/core/layout/PointerEventsHitRules.h b/Source/core/layout/PointerEventsHitRules.h
|
| index 817b12f555cd4e4d5fff91ee7a0bb3c3ecfc6fe3..2dde316e265e27a62ff7830a281d58aca36d0901 100644
|
| --- a/Source/core/layout/PointerEventsHitRules.h
|
| +++ b/Source/core/layout/PointerEventsHitRules.h
|
| @@ -22,10 +22,12 @@
|
|
|
| #include "core/layout/HitTestRequest.h"
|
| #include "core/style/ComputedStyleConstants.h"
|
| +#include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
| class PointerEventsHitRules {
|
| + STACK_ALLOCATED();
|
| public:
|
| enum EHitTesting {
|
| SVG_IMAGE_HITTESTING,
|
|
|