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

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

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/events/InputEvent.h
diff --git a/third_party/WebKit/Source/core/events/InputEvent.h b/third_party/WebKit/Source/core/events/InputEvent.h
index 3d0f4f2e99d264ef0cc202835672f795611b6fd2..5810fe66224f342cdd60ec32657d945f76b72a3c 100644
--- a/third_party/WebKit/Source/core/events/InputEvent.h
+++ b/third_party/WebKit/Source/core/events/InputEvent.h
@@ -35,9 +35,8 @@ class InputEvent final : public UIEvent {
InsertFromPaste,
InsertFromDrop,
InsertReplacementText,
+ InsertCompositionText,
// Deletion.
- DeleteComposedCharacterForward,
- DeleteComposedCharacterBackward,
DeleteWordBackward,
DeleteWordForward,
DeleteLineBackward,

Powered by Google App Engine
This is Rietveld 408576698