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

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

Issue 2712963003: mustash: Use ui::chromeos::EventRewriter in mus (Closed)
Patch Set: Fix build issues. Created 3 years, 9 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/keyboard/keyboard_util.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 8c3f1b6b02bc48be0923696f73288439ac011786..0bdcac5228dccf3028beff616db3418b553f015e 100644
--- a/ui/events/test/events_test_utils.cc
+++ b/ui/events/test/events_test_utils.cc
@@ -29,8 +29,8 @@ EventSourceTestApi::EventSourceTestApi(EventSource* event_source)
DCHECK(event_source);
}
-EventDispatchDetails EventSourceTestApi::SendEventToProcessor(Event* event) {
- return event_source_->SendEventToProcessor(event);
+EventDispatchDetails EventSourceTestApi::SendEventToSink(Event* event) {
+ return event_source_->SendEventToSink(event);
}
} // namespace ui
« no previous file with comments | « ui/events/test/events_test_utils.h ('k') | ui/keyboard/keyboard_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698