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

Unified Diff: third_party/WebKit/Source/core/events/TextEventInputType.h

Issue 2394653003: reflow comments in core/events,core/fileapi (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/core/events/TextEventInputType.h
diff --git a/third_party/WebKit/Source/core/events/TextEventInputType.h b/third_party/WebKit/Source/core/events/TextEventInputType.h
index 0d72eb2b3cdebf6f83a41ba34ecb16310c1193c3..3c69c5f31795ad4e04d148f2161d90bbc450950d 100644
--- a/third_party/WebKit/Source/core/events/TextEventInputType.h
+++ b/third_party/WebKit/Source/core/events/TextEventInputType.h
@@ -29,8 +29,11 @@
namespace blink {
enum TextEventInputType {
- TextEventInputKeyboard, // any newline characters in the text are line breaks only, not paragraph separators.
- TextEventInputLineBreak, // any tab characters in the text are backtabs.
+ // Any newline characters in the text are line breaks only, not paragraph
+ // separators.
+ TextEventInputKeyboard,
+ // Any tab characters in the text are backtabs.
+ TextEventInputLineBreak,
TextEventInputComposition,
TextEventInputBackTab,
TextEventInputPaste,
« no previous file with comments | « third_party/WebKit/Source/core/events/RegisteredEventListener.h ('k') | third_party/WebKit/Source/core/events/TouchEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698