Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(625)

Unified Diff: third_party/WebKit/Source/platform/UserGestureIndicator.h

Issue 2388303002: reflow comments in platform/ (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « third_party/WebKit/Source/platform/UUID.h ('k') | third_party/WebKit/Source/platform/UserGestureIndicator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698