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

Unified Diff: ui/views/test/widget_test_aura.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/views/test/widget_test.h ('k') | ui/views/test/widget_test_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/widget_test_aura.cc
diff --git a/ui/views/test/widget_test_aura.cc b/ui/views/test/widget_test_aura.cc
index 2b4ac94b493e554ca27d0b7d1ef7298014696033..218b3d89b3068fa7ee317bed70baa5dc7a233eeb 100644
--- a/ui/views/test/widget_test_aura.cc
+++ b/ui/views/test/widget_test_aura.cc
@@ -146,8 +146,8 @@ gfx::Size WidgetTest::GetNativeWidgetMinimumContentSize(Widget* widget) {
}
// static
-ui::EventProcessor* WidgetTest::GetEventProcessor(Widget* widget) {
- return widget->GetNativeWindow()->GetHost()->event_processor();
+ui::EventSink* WidgetTest::GetEventSink(Widget* widget) {
+ return widget->GetNativeWindow()->GetHost()->event_sink();
}
// static
« no previous file with comments | « ui/views/test/widget_test.h ('k') | ui/views/test/widget_test_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698