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

Unified Diff: ui/aura/mus/window_tree_client.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_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;

Powered by Google App Engine
This is Rietveld 408576698