Chromium Code Reviews| Index: Source/core/frame/EventHandlerRegistry.h |
| diff --git a/Source/core/frame/EventHandlerRegistry.h b/Source/core/frame/EventHandlerRegistry.h |
| index ae4f5c7c165f490a7f56a9e68a8dad81a158845d..9dd3cd4001c273e34aaf96caa6e2f95d8a3c4ac4 100644 |
| --- a/Source/core/frame/EventHandlerRegistry.h |
| +++ b/Source/core/frame/EventHandlerRegistry.h |
| @@ -30,6 +30,7 @@ public: |
| ScrollEvent, |
| WheelEvent, |
| TouchEvent, |
| + PointerEvent, |
|
Rick Byers
2015/06/11 04:14:56
It's kind of misleading to add this and then not u
mustaq
2015/06/12 16:05:23
Done.
|
| #if ENABLE(ASSERT) |
| // Additional event categories for verifying handler tracking logic. |
| EventsForTesting, |