| 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 8c9c8098638f0f7289346dafd4ca188715984d42..cd22c6a50767e3540122cac22ae8d0e0f01fb8b3 100644
|
| --- a/ui/aura/mus/window_tree_client.h
|
| +++ b/ui/aura/mus/window_tree_client.h
|
| @@ -421,6 +421,13 @@ class AURA_EXPORT WindowTreeClient
|
| transport_properties) override;
|
| void WmClientJankinessChanged(ClientSpecificId client_id,
|
| bool janky) override;
|
| + void WmBuildDragImage(const gfx::Point& screen_location,
|
| + const SkBitmap& drag_image,
|
| + const gfx::Vector2d& drag_image_offset,
|
| + ui::mojom::PointerKind source) override;
|
| + void WmMoveDragImage(const gfx::Point& screen_location,
|
| + const WmMoveDragImageCallback& callback) override;
|
| + void WmDestroyDragImage() override;
|
| void WmPerformMoveLoop(uint32_t change_id,
|
| Id window_id,
|
| ui::mojom::MoveLoopSource source,
|
|
|