Chromium Code Reviews

Unified Diff: Source/WebCore/dom/UserGestureIndicator.h

Issue 12918021: Merge 145453 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/WebCore/bindings/v8/NPV8Object.cpp ('k') | Source/WebCore/dom/UserGestureIndicator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
};
« no previous file with comments | « Source/WebCore/bindings/v8/NPV8Object.cpp ('k') | Source/WebCore/dom/UserGestureIndicator.cpp » ('j') | no next file with comments »

Powered by Google App Engine