| 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 c43275925da27f33d887c28e3c71a34be8d9b66d..d9e785bf0d6c78a39d3ad5de7fa045b093e1cc1f 100644
|
| --- a/ui/aura/mus/window_tree_client.h
|
| +++ b/ui/aura/mus/window_tree_client.h
|
| @@ -419,6 +419,10 @@ class AURA_EXPORT WindowTreeClient
|
| Window* transient_child) override;
|
| void OnTransientChildWindowRemoved(Window* parent,
|
| Window* transient_child) override;
|
| + void OnWillRestackTransientChildAbove(Window* parent,
|
| + Window* transient_child) override;
|
| + void OnDidRestackTransientChildAbove(Window* parent,
|
| + Window* transient_child) override;
|
|
|
| // Overriden from DragDropControllerHost:
|
| uint32_t CreateChangeIdForDrag(WindowMus* window) override;
|
|
|