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

Unified Diff: ui/aura/event.h

Issue 8576005: IME (input method editor) support for Aura, part 3 of 3: Use ui::InputMethod in ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, review Created 9 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: ui/aura/event.h
diff --git a/ui/aura/event.h b/ui/aura/event.h
index e01e6c25423d323c098a5f380d7ec9a99c11afd9..93cc2c67d6bc4a1405db30a1ae15d8891ec65f3b 100644
--- a/ui/aura/event.h
+++ b/ui/aura/event.h
@@ -143,6 +143,7 @@ class AURA_EXPORT TouchEvent : public LocatedEvent {
class AURA_EXPORT KeyEvent : public Event {
public:
+ // TODO(yusukes): Remove |is_char| when IME support for Aura is submitted.
KeyEvent(const base::NativeEvent& native_event, bool is_char);
// Used for synthetic events in testing.

Powered by Google App Engine
This is Rietveld 408576698