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

Unified Diff: ui/views/test/widget_test.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/views/test/event_generator_delegate_mac.mm ('k') | ui/views/test/widget_test_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/widget_test.h
diff --git a/ui/views/test/widget_test.h b/ui/views/test/widget_test.h
index 5ce2b6506466b29d23e006faa607780f312efd6f..62be1b7e4c029723046169dedc36e728e442677b 100644
--- a/ui/views/test/widget_test.h
+++ b/ui/views/test/widget_test.h
@@ -17,7 +17,7 @@ namespace ui {
namespace internal {
class InputMethodDelegate;
}
-class EventProcessor;
+class EventSink;
}
namespace views {
@@ -78,10 +78,10 @@ class WidgetTest : public ViewsTestBase {
// initiated window resizes.
gfx::Size GetNativeWidgetMinimumContentSize(Widget* widget);
- // Return the event processor for |widget|. On aura platforms, this is an
+ // Return the event sink for |widget|. On aura platforms, this is an
// aura::WindowEventDispatcher. Otherwise, it is a bridge to the OS event
- // processor.
- static ui::EventProcessor* GetEventProcessor(Widget* widget);
+ // sink.
+ static ui::EventSink* GetEventSink(Widget* widget);
// Get the InputMethodDelegate, for setting on a Mock InputMethod in tests.
static ui::internal::InputMethodDelegate* GetInputMethodDelegateForWidget(
« no previous file with comments | « ui/views/test/event_generator_delegate_mac.mm ('k') | ui/views/test/widget_test_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698