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

Unified Diff: ui/aura/test/aura_test_base.h

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/aura/mus/window_tree_host_mus.h ('k') | ui/aura/test/aura_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/aura_test_base.h
diff --git a/ui/aura/test/aura_test_base.h b/ui/aura/test/aura_test_base.h
index 41d084e9eaec94e60ca768b84fec2c8e8798a03d..d2a7b6fd443fe3eee14ad31354a39b26d35b585f 100644
--- a/ui/aura/test/aura_test_base.h
+++ b/ui/aura/test/aura_test_base.h
@@ -78,7 +78,7 @@ class AuraTestBase : public testing::Test,
Window* root_window() { return helper_->root_window(); }
WindowTreeHost* host() { return helper_->host(); }
- ui::EventProcessor* event_processor() { return helper_->event_processor(); }
+ ui::EventSink* event_sink() { return helper_->event_sink(); }
TestScreen* test_screen() { return helper_->test_screen(); }
TestWindowTree* window_tree() { return helper_->window_tree(); }
« no previous file with comments | « ui/aura/mus/window_tree_host_mus.h ('k') | ui/aura/test/aura_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698