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

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

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/events/InputEvent.h
diff --git a/third_party/WebKit/Source/core/events/InputEvent.h b/third_party/WebKit/Source/core/events/InputEvent.h
index fcad1350175a93268b4bc90c9c64a606674b7d5d..1998b71114923288fd2585b7413e69d8b486ba40 100644
--- a/third_party/WebKit/Source/core/events/InputEvent.h
+++ b/third_party/WebKit/Source/core/events/InputEvent.h
@@ -39,6 +39,7 @@ class InputEvent final : public UIEvent {
kInsertReplacementText,
kInsertCompositionText,
// Deletion.
+ kDeleteByComposition,
kDeleteWordBackward,
kDeleteWordForward,
kDeleteSoftLineBackward,

Powered by Google App Engine
This is Rietveld 408576698