summaryrefslogtreecommitdiffstats
path: root/ui/views/test/views_test_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/views/test/views_test_base.h')
-rw-r--r--ui/views/test/views_test_base.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/views/test/views_test_base.h b/ui/views/test/views_test_base.h
index d7423952..dd08f4a 100644
--- a/ui/views/test/views_test_base.h
+++ b/ui/views/test/views_test_base.h
@@ -14,7 +14,12 @@
#include "ui/base/win/scoped_ole_initializer.h"
#endif
+namespace ui {
+class EventProcessor;
+}
+
namespace aura {
+class WindowTreeHost;
namespace test {
class AuraTestHelper;
}
@@ -48,6 +53,9 @@ class ViewsTestBase : public testing::Test {
base::MessageLoopForUI* message_loop() { return &message_loop_; }
+ ui::EventProcessor* event_processor();
+ aura::WindowTreeHost* host();
+
// Returns a context view. In aura builds, this will be the
// RootWindow. Everywhere else, NULL.
gfx::NativeView GetContext();