| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 59209d6b6b41bbf80a60a7bf972ef6c2c5012d5f..40e390c5fac91bf06f5d5c1509c3d40efe5b7376 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:
|
|
|
|
|