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

Unified Diff: apps/moterm/key_util.h

Issue 1375313006: For c++, Generate enum classes instead of enum from mojom. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « apps/moterm/gl_helper_test_app.cc ('k') | apps/moterm/key_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/moterm/key_util.h
diff --git a/apps/moterm/key_util.h b/apps/moterm/key_util.h
index 7b5fb98b45f436ae560b74a8a0a5e62e272b72d9..045ee526f6ba71601e6106a91d8a458d1fdd03df 100644
--- a/apps/moterm/key_util.h
+++ b/apps/moterm/key_util.h
@@ -13,7 +13,7 @@ class Event;
// Gets an appropriate (VT100/xterm-ish) sequence of characters to generate for
// the given key pressed event (|key_event| must have |action| value
-// |EVENT_TYPE_KEY_PRESSED|). |keypad_application_mode| indicates if the keypad
+// |EventType::KEY_PRESSED|). |keypad_application_mode| indicates if the keypad
// is in "application mode".
std::string GetInputSequenceForKeyPressedEvent(const mojo::Event& key_event,
bool keypad_application_mode);
« no previous file with comments | « apps/moterm/gl_helper_test_app.cc ('k') | apps/moterm/key_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698