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

Unified Diff: third_party/WebKit/Source/core/events/KeyboardEventInit.idl

Issue 2454073005: Add isComposing support for KeyboardEvents (Closed)
Patch Set: Fix windows and linux 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/KeyboardEventInit.idl
diff --git a/third_party/WebKit/Source/core/events/KeyboardEventInit.idl b/third_party/WebKit/Source/core/events/KeyboardEventInit.idl
index a2e2ff761a2f91a942b28e3eb2166409fc4420e1..e3091b9ed50113492376d14ef72e10ecba245301 100644
--- a/third_party/WebKit/Source/core/events/KeyboardEventInit.idl
+++ b/third_party/WebKit/Source/core/events/KeyboardEventInit.idl
@@ -9,5 +9,5 @@ dictionary KeyboardEventInit : EventModifierInit {
DOMString code = "";
unsigned long location = 0;
boolean repeat = false;
- // TODO(foolip): boolean isComposing = false;
+ boolean isComposing = false;
};

Powered by Google App Engine
This is Rietveld 408576698