Chromium Code Reviews| Index: third_party/WebKit/Source/core/editing/commands/TypingCommand.h |
| diff --git a/third_party/WebKit/Source/core/editing/commands/TypingCommand.h b/third_party/WebKit/Source/core/editing/commands/TypingCommand.h |
| index 30d3554fbf83358aba07c30dc054344b6683f2ae..7dd8f0e0671167afd88c0adf36559ddc8ff4e87a 100644 |
| --- a/third_party/WebKit/Source/core/editing/commands/TypingCommand.h |
| +++ b/third_party/WebKit/Source/core/editing/commands/TypingCommand.h |
| @@ -45,7 +45,8 @@ public: |
| enum TextCompositionType { |
| TextCompositionNone, |
| TextCompositionUpdate, |
| - TextCompositionConfirm |
| + TextCompositionConfirm, |
| + TextCompositionCancel |
|
yosin_UTC9
2016/07/13 07:56:07
Could you move |TextCompositionCancel| related cha
|
| }; |
| enum Option { |