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

Unified Diff: ui/base/events.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: move to ash/ime/ Created 9 years 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
« no previous file with comments | « ui/aura/test/event_generator.cc ('k') | ui/base/ime/input_method_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/events.h
diff --git a/ui/base/events.h b/ui/base/events.h
index a0bb7a8edb85e538c12fadcbf8fd2234bb321b34..62bebf42184804becfeca9456f68e01291aa45f9 100644
--- a/ui/base/events.h
+++ b/ui/base/events.h
@@ -36,6 +36,8 @@ enum EventType {
ET_DROP_TARGET_EVENT,
ET_FOCUS_CHANGE,
ET_SCROLL,
+ ET_TRANSLATED_KEY_PRESS,
+ ET_TRANSLATED_KEY_RELEASE,
};
// Event flags currently supported
« no previous file with comments | « ui/aura/test/event_generator.cc ('k') | ui/base/ime/input_method_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698