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

Unified Diff: ui/events/event.h

Issue 1560293002: Rename KEY_ constants to avoid conflict with <linux/input.h> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments (Wez) Created 4 years, 11 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 | « ui/base/ime/chromeos/character_composer_unittest.cc ('k') | ui/events/event_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/event.h
diff --git a/ui/events/event.h b/ui/events/event.h
index 4ab77519f6510057e06fbe3ba4b3cb931d5f7b60..b86b8feffe4efb20da705c7281e57c40101f0a90 100644
--- a/ui/events/event.h
+++ b/ui/events/event.h
@@ -810,7 +810,7 @@ class EVENTS_EXPORT KeyEvent : public Event {
KeyboardCode key_code_;
- // DOM KeyboardEvent |code| (e.g. DomCode::KEY_A, DomCode::SPACE).
+ // DOM KeyboardEvent |code| (e.g. DomCode::US_A, DomCode::SPACE).
// http://www.w3.org/TR/DOM-Level-3-Events-code/
//
// This value represents the physical position in the keyboard and can be
« no previous file with comments | « ui/base/ime/chromeos/character_composer_unittest.cc ('k') | ui/events/event_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698