| Index: components/mus/ws/window_manager_state.h
|
| diff --git a/components/mus/ws/window_manager_state.h b/components/mus/ws/window_manager_state.h
|
| index d85199b5f4be81f06963dc6299e29f18a8050499..e7c9be709667ef7f79620af2b9319ef9df12f01c 100644
|
| --- a/components/mus/ws/window_manager_state.h
|
| +++ b/components/mus/ws/window_manager_state.h
|
| @@ -106,6 +106,8 @@ class WindowManagerState : public EventDispatcherDelegate {
|
|
|
| void OnWillDestroyTree(WindowTree* tree);
|
|
|
| + gfx::Point GetCursorLocation() const;
|
| +
|
| private:
|
| class ProcessedEventTarget;
|
| friend class Display;
|
|
|