| 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 888f62805497b750594145a5358bfc3985f6742f..beddb673fbccc238a17675b1a533aea2daa09a70 100644
|
| --- a/ui/aura/mus/window_tree_client.h
|
| +++ b/ui/aura/mus/window_tree_client.h
|
| @@ -506,6 +506,8 @@ class AURA_EXPORT WindowTreeClient
|
| const base::Callback<void(bool)>& callback) override;
|
| void OnWindowTreeHostCancelWindowMove(
|
| WindowTreeHostMus* window_tree_host) override;
|
| + void OnWindowTreeHostMoveCursorToScreenLocationInPixels(
|
| + const gfx::Point& location_in_pixels) override;
|
| std::unique_ptr<WindowPortMus> CreateWindowPortForTopLevel(
|
| const std::map<std::string, std::vector<uint8_t>>* properties) override;
|
| void OnWindowTreeHostCreated(WindowTreeHostMus* window_tree_host) override;
|
|
|