| Index: components/mus/ws/window_tree_host_impl.h
|
| diff --git a/components/mus/ws/window_tree_host_impl.h b/components/mus/ws/window_tree_host_impl.h
|
| index 6c7580e8db90f5a0eeb3b174d78366a1f6d5f93a..69e298bd06edde1c7451d4830577787f20e5b4cd 100644
|
| --- a/components/mus/ws/window_tree_host_impl.h
|
| +++ b/components/mus/ws/window_tree_host_impl.h
|
| @@ -157,7 +157,9 @@ class WindowTreeHostImpl : public DisplayManagerDelegate,
|
| scoped_ptr<ProcessedEventTarget> processed_target;
|
| };
|
|
|
| - WindowId MapWindowIdFromClient(Id transport_window_id) const;
|
| + // Returns the ServerWindow with the specified transport id. Use this *only*
|
| + // if the call originates WindowTreeImpl associated with GetWindowTree().
|
| + ServerWindow* GetWindowFromWindowTreeHost(Id transport_window_id);
|
|
|
| void OnClientClosed();
|
|
|
|
|