| 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 de030c3dda342dd8265a60072255735945c0933a..c6951dcd9cd929e3e95cc41fb144065ba345370b 100644
|
| --- a/ui/aura/mus/window_tree_client.h
|
| +++ b/ui/aura/mus/window_tree_client.h
|
| @@ -173,6 +173,8 @@ class AURA_EXPORT WindowTreeClient
|
| void StartPointerWatcher(bool want_moves);
|
| void StopPointerWatcher();
|
|
|
| + void GetFrameSinkId(Id window_id);
|
| +
|
| void AddObserver(WindowTreeClientObserver* observer);
|
| void RemoveObserver(WindowTreeClientObserver* observer);
|
|
|
|
|