| Index: third_party/WebKit/Source/platform/UserGestureIndicator.h
|
| diff --git a/third_party/WebKit/Source/platform/UserGestureIndicator.h b/third_party/WebKit/Source/platform/UserGestureIndicator.h
|
| index 77bd830e7f2649a9d68c7de7edd08a6909d24093..503bf1171ec583c6cd93d726c2b6b03c6d3ca9fe 100644
|
| --- a/third_party/WebKit/Source/platform/UserGestureIndicator.h
|
| +++ b/third_party/WebKit/Source/platform/UserGestureIndicator.h
|
| @@ -80,8 +80,9 @@ class PLATFORM_EXPORT UserGestureIndicator final {
|
| static bool processingUserGesture();
|
|
|
| // Indicates that a user gesture (if any) is being used, without preventing it
|
| - // from being used again. Returns whether a user gesture is currently in progress.
|
| - // If true, invokes (and then clears) any UserGestureUtilizedCallback.
|
| + // from being used again. Returns whether a user gesture is currently in
|
| + // progress. If true, invokes (and then clears) any
|
| + // UserGestureUtilizedCallback.
|
| static bool utilizeUserGesture();
|
|
|
| // Mark the current user gesture (if any) as having been used, such that
|
|
|