| Index: athena/test/base/athena_test_base.h
|
| diff --git a/athena/test/base/athena_test_base.h b/athena/test/base/athena_test_base.h
|
| index f1abab01e8c8f74e5817162dbf67ecf93e8b8150..1ca1cd85a3a04b8c2dfab0d21074a1ef074ccea8 100644
|
| --- a/athena/test/base/athena_test_base.h
|
| +++ b/athena/test/base/athena_test_base.h
|
| @@ -31,6 +31,9 @@
|
| protected:
|
| void RunAllPendingInMessageLoop();
|
|
|
| + scoped_ptr<aura::Window> CreateTestWindow(aura::WindowDelegate* delegate,
|
| + const gfx::Rect& bounds);
|
| +
|
| aura::Window* root_window() { return helper_->GetRootWindow(); }
|
| aura::WindowTreeHost* host() { return helper_->GetHost(); }
|
|
|
|
|