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

Unified Diff: ui/events/test/events_test_utils.cc

Issue 404203003: Distinguish between keystroke and character events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: IsCharFromNative() for Mac build Created 6 years, 5 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/events/test/events_test_utils.h ('k') | ui/events/win/events_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/test/events_test_utils.cc
diff --git a/ui/events/test/events_test_utils.cc b/ui/events/test/events_test_utils.cc
index 5b5b1ba5d63e987f65d68b50ea59fc20be719a22..8c3f1b6b02bc48be0923696f73288439ac011786 100644
--- a/ui/events/test/events_test_utils.cc
+++ b/ui/events/test/events_test_utils.cc
@@ -16,6 +16,11 @@ LocatedEventTestApi::LocatedEventTestApi(LocatedEvent* event)
located_event_(event) {}
LocatedEventTestApi::~LocatedEventTestApi() {}
+KeyEventTestApi::KeyEventTestApi(KeyEvent* event)
+ : EventTestApi(event),
+ key_event_(event) {}
+KeyEventTestApi::~KeyEventTestApi() {}
+
EventTargetTestApi::EventTargetTestApi(EventTarget* target)
: target_(target) {}
« no previous file with comments | « ui/events/test/events_test_utils.h ('k') | ui/events/win/events_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698