| Index: ui/aura/mus/window_tree_host_mus_delegate.h
|
| diff --git a/ui/aura/mus/window_tree_host_mus_delegate.h b/ui/aura/mus/window_tree_host_mus_delegate.h
|
| index edd844b282b96c7309cfb02ccf414af8b413cad4..b25416dd7f75daabdd5ee02fa1f09fa45e495354 100644
|
| --- a/ui/aura/mus/window_tree_host_mus_delegate.h
|
| +++ b/ui/aura/mus/window_tree_host_mus_delegate.h
|
| @@ -46,6 +46,10 @@ class AURA_EXPORT WindowTreeHostMusDelegate {
|
| virtual void OnWindowTreeHostDeactivateWindow(
|
| WindowTreeHostMus* window_tree_host) = 0;
|
|
|
| + // Called to stack the native window above other native windows.
|
| + virtual void OnWindowTreeHostStackAtTop(
|
| + WindowTreeHostMus* window_tree_host) = 0;
|
| +
|
| // Called when a WindowTreeHostMus is created without a WindowPort.
|
| // TODO: this should take an unordered_map, see http://crbug.com/670515.
|
| virtual std::unique_ptr<WindowPortMus> CreateWindowPortForTopLevel(
|
|
|