| 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,
|
|
|