| Index: athena/test/athena_test_base.h
|
| diff --git a/athena/test/athena_test_base.h b/athena/test/athena_test_base.h
|
| index 376ce92d06b143150e9604c700d7756cb2c7ee26..0cd88d91b627030b20489e349f9e4a204ad51d77 100644
|
| --- a/athena/test/athena_test_base.h
|
| +++ b/athena/test/athena_test_base.h
|
| @@ -12,6 +12,7 @@
|
|
|
| namespace aura {
|
| class Window;
|
| +class WindowDelegate;
|
| }
|
|
|
| namespace athena {
|
| @@ -30,6 +31,9 @@ class AthenaTestBase : public testing::Test {
|
| protected:
|
| void RunAllPendingInMessageLoop();
|
|
|
| + scoped_ptr<aura::Window> CreateTestWindow(aura::WindowDelegate* delegate,
|
| + const gfx::Rect& bounds);
|
| +
|
| aura::Window* root_window() { return helper_->root_window(); }
|
| aura::WindowTreeHost* host() { return helper_->host(); }
|
|
|
|
|