| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index 0318a3722b230fb3fbc144b13e8e0ebfbeaf1618..997d0f5295b5dbcfa61dd06b848d189361ec4314 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
|
|
|