| 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 403de5cb7af9b56595702ff8a8cef33536369852..8b3d54953ffea460917a644e32a85b91c86f4cef 100644
|
| --- a/ui/aura/mus/window_tree_client.h
|
| +++ b/ui/aura/mus/window_tree_client.h
|
| @@ -166,6 +166,12 @@ class AURA_EXPORT WindowTreeClient
|
| // does nothing.)
|
| void CancelWindowMove(Window* window);
|
|
|
| + // Called when the capture client has been set for a window.
|
| + void OnCaptureClientSet(client::CaptureClient* capture_client);
|
| +
|
| + // Called when the capture client will be unset for a window.
|
| + void OnCaptureClientUnset(client::CaptureClient* capture_client);
|
| +
|
| void AddObserver(WindowTreeClientObserver* observer);
|
| void RemoveObserver(WindowTreeClientObserver* observer);
|
|
|
|
|