| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index ff982a1400721af31ad7cfe10a9687f8d8cf0196..3171d9449ae5171b608d7c3cabe492f29356a6d6 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -131,6 +131,7 @@ class ASH_EXPORT Shell : ash::CursorDelegate {
|
| aura::shared::InputMethodEventFilter* input_method_event_filter();
|
| internal::SystemGestureEventFilter* system_gesture_event_filter();
|
| internal::WorkspaceController* workspace_controller();
|
| + internal::ScreenPositionController* screen_position_controller();
|
|
|
| private:
|
| Shell* shell_; // not owned
|
|
|