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