| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index d6ee8482b5f017f217acf25876079bbf840afa06..894961ce87c272a0a36f37a797295c2274415d84 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -172,6 +172,11 @@ internal::WorkspaceController* Shell::TestApi::workspace_controller() {
|
| return shell_->GetPrimaryRootWindowController()->workspace_controller();
|
| }
|
|
|
| +internal::ScreenPositionController*
|
| + Shell::TestApi::screen_position_controller() {
|
| + return shell_->screen_position_controller_.get();
|
| +}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // Shell, public:
|
|
|
|
|