Chromium Code Reviews| 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 3c69c5f31795ad4e04d148f2161d90bbc450950d..a86270ff2ae33674814a20188d72171f581990c9 100644 |
| --- a/third_party/WebKit/Source/core/events/TextEventInputType.h |
| +++ b/third_party/WebKit/Source/core/events/TextEventInputType.h |
| @@ -39,6 +39,7 @@ enum TextEventInputType { |
| TextEventInputPaste, |
| TextEventInputDrop, |
| TextEventInputDictation, |
| + TextEventInputIncrementalInsertion, |
| TextEventInputOther, |
| }; |