| Index: ui/aura/mus/window_tree_host_mus_delegate.h
|
| diff --git a/ui/aura/mus/window_tree_host_mus_delegate.h b/ui/aura/mus/window_tree_host_mus_delegate.h
|
| index b93c65980951e2b6b3572456c1db2067ab81d747..0edbf8183138f238aaa5ec88366f47ed09bf363d 100644
|
| --- a/ui/aura/mus/window_tree_host_mus_delegate.h
|
| +++ b/ui/aura/mus/window_tree_host_mus_delegate.h
|
| @@ -71,6 +71,11 @@ class AURA_EXPORT WindowTreeHostMusDelegate {
|
| virtual void OnWindowTreeHostCancelWindowMove(
|
| WindowTreeHostMus* window_tree_host) = 0;
|
|
|
| + // Called to move the location of the cursor.
|
| + virtual void OnWindowTreeHostMoveCursorToDisplayLocation(
|
| + const gfx::Point& location_in_dips,
|
| + int64_t display_id) = 0;
|
| +
|
| // Called when a WindowTreeHostMus is created without a WindowPort.
|
| // TODO: this should take an unordered_map, see http://crbug.com/670515.
|
| virtual std::unique_ptr<WindowPortMus> CreateWindowPortForTopLevel(
|
|
|