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

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

Issue 10535046: Add Windows commandline switch --enable-views-textfield. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and merge. Created 8 years, 6 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/views/controls/textfield/textfield.cc ('k') | ui/views/views.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/events/event.h
diff --git a/ui/views/events/event.h b/ui/views/events/event.h
index 916bf671c9f187501387ba52dac5d766bfc31dc3..2447fb80c86151207c51d9ad8ef8356b7865c5fb 100644
--- a/ui/views/events/event.h
+++ b/ui/views/events/event.h
@@ -290,9 +290,7 @@ class VIEWS_EXPORT KeyEvent : public Event {
// event from the host environment). This is typically only used in testing as
// some metadata obtainable from the underlying native event is not present.
// It's also used by input methods to fabricate keyboard events.
- KeyEvent(ui::EventType type,
- ui::KeyboardCode key_code,
- int event_flags);
+ KeyEvent(ui::EventType type, ui::KeyboardCode key_code, int event_flags);
ui::KeyboardCode key_code() const { return key_code_; }
« no previous file with comments | « ui/views/controls/textfield/textfield.cc ('k') | ui/views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698