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

Unified Diff: ui/aura/test/mus/test_window_tree.h

Issue 2633233003: aura-mus: Implement stacking in DesktopWindowTreeHostMus. (Closed)
Patch Set: Add access policy for CanStackAtTop. 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/test/mus/test_window_tree.h
diff --git a/ui/aura/test/mus/test_window_tree.h b/ui/aura/test/mus/test_window_tree.h
index 25fdafbefc9b5212c7c949d9e0785a8e7a91002f..cf0e403ef9540e779c803db77ce0f6c7107e7d75 100644
--- a/ui/aura/test/mus/test_window_tree.h
+++ b/ui/aura/test/mus/test_window_tree.h
@@ -177,6 +177,7 @@ class TestWindowTree : public ui::mojom::WindowTree {
void OnWindowInputEventAck(uint32_t event_id,
ui::mojom::EventResult result) override;
void DeactivateWindow(uint32_t window_id) override;
+ void StackAtTop(uint32_t change_id, uint32_t window_id) override;
void GetWindowManagerClient(
mojo::AssociatedInterfaceRequest<ui::mojom::WindowManagerClient> internal)
override;

Powered by Google App Engine
This is Rietveld 408576698