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

Unified Diff: third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp

Issue 2675363003: [InputEvent] Fire "insertCompositionText" during IME (Closed)
Patch Set: Created 3 years, 10 months 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/editing/commands/CompositeEditCommand.cpp
diff --git a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
index af6c1ccb216cf50e0383e7f1a008ac30903ad383..cc47b51371238621419ca7dec1c90b20d6e52933 100644
--- a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
+++ b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
@@ -99,8 +99,7 @@ bool CompositeEditCommand::apply() {
case InputEvent::InputType::InsertFromPaste:
case InputEvent::InputType::InsertFromDrop:
case InputEvent::InputType::InsertReplacementText:
- case InputEvent::InputType::DeleteComposedCharacterForward:
- case InputEvent::InputType::DeleteComposedCharacterBackward:
+ case InputEvent::InputType::InsertCompositionText:
case InputEvent::InputType::DeleteWordBackward:
case InputEvent::InputType::DeleteWordForward:
case InputEvent::InputType::DeleteLineBackward:

Powered by Google App Engine
This is Rietveld 408576698