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

Unified Diff: ui/events/event.cc

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
Index: ui/events/event.cc
diff --git a/ui/events/event.cc b/ui/events/event.cc
index ce99ff82d68ee08dd10cdfe51f89c3bedfcfc56a..9acb9227fd0ae0375f25476019a8487b4bc01f66 100644
--- a/ui/events/event.cc
+++ b/ui/events/event.cc
@@ -1204,6 +1204,7 @@ KeyEvent::KeyEvent(const KeyEvent& rhs)
code_(rhs.code_),
is_char_(rhs.is_char_),
key_(rhs.key_),
+ skip_ime_(rhs.skip_ime_),
properties_(rhs.properties_
? base::MakeUnique<Properties>(*rhs.properties_)
: nullptr) {}
« ui/events/event.h ('K') | « ui/events/event.h ('k') | ui/events/event_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698