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

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

Issue 2457523003: Support 'insertReplacementText' for spellcheck (Closed)
Patch Set: yosin@ comment#57 #58 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 905b46c86c73f26d2d58ca7e3150658e79857488..3d0f4f2e99d264ef0cc202835672f795611b6fd2 100644
--- a/third_party/WebKit/Source/core/events/InputEvent.h
+++ b/third_party/WebKit/Source/core/events/InputEvent.h
@@ -34,6 +34,7 @@ class InputEvent final : public UIEvent {
InsertHorizontalRule,
InsertFromPaste,
InsertFromDrop,
+ InsertReplacementText,
// Deletion.
DeleteComposedCharacterForward,
DeleteComposedCharacterBackward,

Powered by Google App Engine
This is Rietveld 408576698