Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(695)

Unified Diff: ui/aura/mus/window_mus.h

Issue 2517853002: Fixes bug in handling restacking because of transients (Closed)
Patch Set: feedback Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698