diff options
Diffstat (limited to 'ash/shell.h')
-rw-r--r-- | ash/shell.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/shell.h b/ash/shell.h index 0318a37..997d0f5 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 |