| Index: ui/aura/mus/window_tree_client.h
|
| diff --git a/ui/aura/mus/window_tree_client.h b/ui/aura/mus/window_tree_client.h
|
| index a297e324365794e6f0ca9b6cafc3b595ac2b8c09..d69dcb0557d4b1a900b5f2d79ff08b8df2404626 100644
|
| --- a/ui/aura/mus/window_tree_client.h
|
| +++ b/ui/aura/mus/window_tree_client.h
|
| @@ -515,6 +515,9 @@ class AURA_EXPORT WindowTreeClient
|
| const base::Callback<void(bool)>& callback) override;
|
| void OnWindowTreeHostCancelWindowMove(
|
| WindowTreeHostMus* window_tree_host) override;
|
| + void OnWindowTreeHostMoveCursorToDisplayLocation(
|
| + const gfx::Point& location_in_dips,
|
| + int64_t display_id) override;
|
| std::unique_ptr<WindowPortMus> CreateWindowPortForTopLevel(
|
| const std::map<std::string, std::vector<uint8_t>>* properties) override;
|
| void OnWindowTreeHostCreated(WindowTreeHostMus* window_tree_host) override;
|
|
|