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

Unified Diff: third_party/WebKit/public/platform/WebInputEventResult.h

Issue 2387113002: reflow comments in public/platform/ (Closed)
Patch Set: nit 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/platform/WebInputEvent.h ('k') | third_party/WebKit/public/platform/WebLayer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebInputEventResult.h
diff --git a/third_party/WebKit/public/platform/WebInputEventResult.h b/third_party/WebKit/public/platform/WebInputEventResult.h
index e7c86131a75d42d14b0f6c6d0d978a592f998b15..e87dc3a5c52d807e74b2e4c4b3ed031b712f2017 100644
--- a/third_party/WebKit/public/platform/WebInputEventResult.h
+++ b/third_party/WebKit/public/platform/WebInputEventResult.h
@@ -12,7 +12,8 @@ enum class WebInputEventResult {
NotHandled,
// Event was consumed but suppressed before dispatched to application.
HandledSuppressed,
- // Event was consumed by application itself; ie. a script handler calling preventDefault.
+ // Event was consumed by application itself; ie. a script handler calling
+ // preventDefault.
HandledApplication,
// Event was consumed by the system; ie. executing the default action.
HandledSystem,
« no previous file with comments | « third_party/WebKit/public/platform/WebInputEvent.h ('k') | third_party/WebKit/public/platform/WebLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698