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

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

Issue 191153004: Provide access to the WindowEventDispatcher as a ui::EventProcessor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 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/gestures/gesture_recognizer_unittest.cc ('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 5fb94e7dc04c674e3472f67d04edf3c2e8ff9f3f..b9f6e7f68ce309907e9f0571264e7fe43834817d 100644
--- a/ui/aura/test/aura_test_base.h
+++ b/ui/aura/test/aura_test_base.h
@@ -14,7 +14,6 @@
namespace aura {
class Window;
class WindowDelegate;
-class WindowEventDispatcher;
namespace test {
// A base class for aura unit tests.
@@ -42,7 +41,8 @@ class AuraTestBase : public testing::Test {
bool DispatchEventUsingWindowDispatcher(ui::Event* event);
Window* root_window() { return helper_->root_window(); }
- WindowEventDispatcher* dispatcher() { return helper_->dispatcher(); }
+ WindowTreeHost* host() { return helper_->host(); }
+ ui::EventProcessor* event_processor() { return helper_->event_processor(); }
TestScreen* test_screen() { return helper_->test_screen(); }
private:
« no previous file with comments | « ui/aura/gestures/gesture_recognizer_unittest.cc ('k') | ui/aura/test/aura_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698