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

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

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.h
diff --git a/third_party/WebKit/Source/core/events/InputEvent.h b/third_party/WebKit/Source/core/events/InputEvent.h
index bdf4c98c56797fee05eeb9a85e8c730f5202a774..b6dd93e597f49bd04ebfc7d4ea0dd565e32a0d18 100644
--- a/third_party/WebKit/Source/core/events/InputEvent.h
+++ b/third_party/WebKit/Source/core/events/InputEvent.h
@@ -33,6 +33,7 @@ class InputEvent final : public UIEvent {
InsertHorizontalRule,
InsertFromPaste,
InsertFromDrop,
+ InsertReplacementText,
// Deletion.
DeleteComposedCharacterForward,
DeleteComposedCharacterBackward,

Powered by Google App Engine
This is Rietveld 408576698