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

Unified Diff: third_party/WebKit/public/web/WebUserGestureIndicator.h

Issue 2388103002: reflow comments in public/web (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
« no previous file with comments | « third_party/WebKit/public/web/WebURLLoaderOptions.h ('k') | third_party/WebKit/public/web/WebView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebUserGestureIndicator.h
diff --git a/third_party/WebKit/public/web/WebUserGestureIndicator.h b/third_party/WebKit/public/web/WebUserGestureIndicator.h
index e36dca968da9f50708a29759f06bb38d19a30c95..7e2c3d947037ec922a3bcb14329e3a6dee05f4a5 100644
--- a/third_party/WebKit/public/web/WebUserGestureIndicator.h
+++ b/third_party/WebKit/public/web/WebUserGestureIndicator.h
@@ -42,11 +42,12 @@ class WebUserGestureIndicator {
// Returns true if a user gesture is currently being processed.
BLINK_EXPORT static bool isProcessingUserGesture();
- // Returns true if a consumable gesture exists and has been successfully consumed.
+ // Returns true if a consumable gesture exists and has been successfully
+ // consumed.
BLINK_EXPORT static bool consumeUserGesture();
- // Returns true if a user gesture was processed on the current page since the time
- // the page was loaded.
+ // Returns true if a user gesture was processed on the current page since the
+ // time the page was loaded.
BLINK_EXPORT static bool processedUserGestureSinceLoad();
// Returns a token for the currently active user gesture. It can be used to
« no previous file with comments | « third_party/WebKit/public/web/WebURLLoaderOptions.h ('k') | third_party/WebKit/public/web/WebView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698