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

Unified Diff: third_party/WebKit/Source/core/events/InputEvent.cpp

Issue 2457523003: Support 'insertReplacementText' for spellcheck (Closed)
Patch Set: dtapuska's comment addressed Created 4 years, 1 month 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/InputEvent.cpp
diff --git a/third_party/WebKit/Source/core/events/InputEvent.cpp b/third_party/WebKit/Source/core/events/InputEvent.cpp
index 83581081d15708d2fb1af366201ee6dd841dc5c3..cfb5d488f2607d5c11b8332be16bf7d292b150f5 100644
--- a/third_party/WebKit/Source/core/events/InputEvent.cpp
+++ b/third_party/WebKit/Source/core/events/InputEvent.cpp
@@ -25,6 +25,7 @@ const struct {
{InputEvent::InputType::InsertHorizontalRule, "insertHorizontalRule"},
{InputEvent::InputType::InsertFromPaste, "insertFromPaste"},
{InputEvent::InputType::InsertFromDrop, "insertFromDrop"},
+ {InputEvent::InputType::InsertReplacementText, "insertReplacementText"},
{InputEvent::InputType::DeleteComposedCharacterForward,
"deleteComposedCharacterForward"},
{InputEvent::InputType::DeleteComposedCharacterBackward,

Powered by Google App Engine
This is Rietveld 408576698