| Index: ui/aura/mus/window_mus.h
|
| diff --git a/ui/aura/mus/window_mus.h b/ui/aura/mus/window_mus.h
|
| index edd5a5a6552358d8e75bfd56ef55f9361b747746..fd294f77c9b2f0bca06d29a4b207f4f6942ed65c 100644
|
| --- a/ui/aura/mus/window_mus.h
|
| +++ b/ui/aura/mus/window_mus.h
|
| @@ -100,6 +100,11 @@ class AURA_EXPORT WindowMus {
|
| virtual std::unique_ptr<WindowMusChangeData> PrepareForServerVisibilityChange(
|
| bool value) = 0;
|
|
|
| + // See TransientWindowClientObserver::OnWillRestackTransientChildAbove() for
|
| + // details on this and OnTransientRestackDone().
|
| + virtual void PrepareForTransientRestack(WindowMus* window) = 0;
|
| + virtual void OnTransientRestackDone(WindowMus* window) = 0;
|
| +
|
| virtual void NotifyEmbeddedAppDisconnected() = 0;
|
|
|
| private:
|
|
|