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

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

Issue 2712963003: mustash: Use ui::chromeos::EventRewriter in mus (Closed)
Patch Set: Rebase and 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
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 b5a765b9f995634d9ebaaa9e0592d95a237aa840..742ad3530bfbf35ae62bb6145cf28901c0707a12 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(); }

Powered by Google App Engine
This is Rietveld 408576698