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

Unified Diff: ui/base/events/event.h

Issue 13957005: Move KeyIdentifier->KeyEvent conversion to src/ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gyp fix Created 7 years, 8 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 | « chrome/chrome_tests_unit.gypi ('k') | ui/base/events/key_identifier_conversion.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/events/event.h
diff --git a/ui/base/events/event.h b/ui/base/events/event.h
index 74851d52d4cfb3c9b45c30c2e9c1313462fd1708..8241ad4b8ac9062aab5fd17bcf8a5d9afc70882c 100644
--- a/ui/base/events/event.h
+++ b/ui/base/events/event.h
@@ -515,7 +515,7 @@ class UI_EXPORT KeyEvent : public Event {
public:
KeyEvent(const base::NativeEvent& native_event, bool is_char);
- // Used for synthetic events in testing.
+ // Used for synthetic events.
KeyEvent(EventType type, KeyboardCode key_code, int flags, bool is_char);
// These setters allow an I18N virtual keyboard to fabricate a keyboard event
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | ui/base/events/key_identifier_conversion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698