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

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

Issue 2931443003: Add support for Android spellcheck menu in Chrome/WebViews (Closed)
Patch Set: Respond to yosin@'s comments Created 3 years, 6 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 0f2b0884d68b49143006834b6c9c3508ec972fcf..9cefb1295d3b474d735ef25b1dd367e0b050243c 100644
--- a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
+++ b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
@@ -105,6 +105,7 @@ bool CompositeEditCommand::Apply() {
case InputEvent::InputType::kInsertTranspose:
case InputEvent::InputType::kInsertReplacementText:
case InputEvent::InputType::kInsertCompositionText:
+ case InputEvent::InputType::kDeleteByComposition:
case InputEvent::InputType::kDeleteWordBackward:
case InputEvent::InputType::kDeleteWordForward:
case InputEvent::InputType::kDeleteSoftLineBackward:

Powered by Google App Engine
This is Rietveld 408576698