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

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

Issue 2655463009: aura-mus: Implement DesktopWindowTreeHostMus::StackAbove(). (Closed)
Patch Set: Merge with tot Created 3 years, 11 months 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_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 b25416dd7f75daabdd5ee02fa1f09fa45e495354..1d4d0113c6862d0ad0352c1807a46dc099887bc8 100644
--- a/ui/aura/mus/window_tree_host_mus_delegate.h
+++ b/ui/aura/mus/window_tree_host_mus_delegate.h
@@ -46,6 +46,11 @@ class AURA_EXPORT WindowTreeHostMusDelegate {
virtual void OnWindowTreeHostDeactivateWindow(
WindowTreeHostMus* window_tree_host) = 0;
+ // Called to stack the native window above the native window of |window|.
+ virtual void OnWindowTreeHostStackAbove(
+ WindowTreeHostMus* window_tree_host,
+ Window* window) = 0;
+
// Called to stack the native window above other native windows.
virtual void OnWindowTreeHostStackAtTop(
WindowTreeHostMus* window_tree_host) = 0;

Powered by Google App Engine
This is Rietveld 408576698