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

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

Issue 2530843003: Introduce InsertIncrementalTextCommand to respect existing style for composition (Closed)
Patch Set: Address xiaochengh@'s review Created 4 years 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 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,
};
« no previous file with comments | « third_party/WebKit/Source/core/events/TextEvent.h ('k') | third_party/WebKit/Source/web/tests/WebViewTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698