Chromium Code Reviews| Index: ash/shell.cc |
| diff --git a/ash/shell.cc b/ash/shell.cc |
| index ed0d8fa62449d6a9725872ca044110ba3167502b..7ec51a2dc866673ad5cc1f19be52bf22e1ed5e55 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() { |
|
oshima
2012/09/19 01:46:27
indent (like other accessors)
mazda
2012/09/19 02:06:56
Done.
|
| + return shell_->screen_position_controller_.get(); |
| +} |
| + |
| //////////////////////////////////////////////////////////////////////////////// |
| // Shell, public: |