Chromium Code Reviews| Index: Source/WebCore/dom/UserGestureIndicator.h |
| =================================================================== |
| --- Source/WebCore/dom/UserGestureIndicator.h (revision 146136) |
| +++ Source/WebCore/dom/UserGestureIndicator.h (working copy) |
| @@ -34,6 +34,7 @@ |
| enum ProcessingUserGestureState { |
| DefinitelyProcessingNewUserGesture, |
| + DefinitelyProcessingUserGesture, |
| PossiblyProcessingUserGesture, |
| DefinitelyNotProcessingUserGesture |
| }; |