| 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 f1259d0879f173acecd015e1fdc1d06a13772235..a21fa5177dcd6d12499e2e05e337499d259e7812 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 @@ class CORE_EXPORT TypingCommand final : public CompositeEditCommand {
|
| enum TextCompositionType {
|
| TextCompositionNone,
|
| TextCompositionUpdate,
|
| - TextCompositionConfirm
|
| + TextCompositionConfirm,
|
| + TextCompositionCancel
|
| };
|
|
|
| enum Option {
|
|
|