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

Unified Diff: ui/events/event_constants.h

Issue 2872343003: Remove InputMethodEventHandler. (Closed)
Patch Set: Add a unittest. Created 3 years, 7 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
« ui/events/event.h ('K') | « ui/events/event.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/event_constants.h
diff --git a/ui/events/event_constants.h b/ui/events/event_constants.h
index c7736622783d2335da227a73f470beeaa3012a38..9c46d6372c54a3f56dfef4f3216f98f3ba3c810b 100644
--- a/ui/events/event_constants.h
+++ b/ui/events/event_constants.h
@@ -121,10 +121,10 @@ enum KeyEventFlags {
EF_IME_FABRICATED_KEY = 1 << 15, // Key event fabricated by the underlying
// IME without a user action.
// (Linux X11 only)
- EF_IS_REPEAT = 1 << 16,
- EF_FINAL = 1 << 17, // Do not remap; the event was created with
- // the desired final values.
- EF_IS_EXTENDED_KEY = 1 << 18, // Windows extended key (see WM_KEYDOWN doc)
+ EF_IS_REPEAT = 1 << 16,
+ EF_FINAL = 1 << 17, // Do not remap; the event was created with
+ // the desired final values.
+ EF_IS_EXTENDED_KEY = 1 << 18, // Windows extended key (see WM_KEYDOWN doc)
};
// Flags specific to mouse events
« ui/events/event.h ('K') | « ui/events/event.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698