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

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

Issue 2655463009: aura-mus: Implement DesktopWindowTreeHostMus::StackAbove(). (Closed)
Patch Set: Add comment. 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
« no previous file with comments | « ui/aura/test/mus/test_window_tree.h ('k') | ui/views/mus/desktop_window_tree_host_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/mus/test_window_tree.cc
diff --git a/ui/aura/test/mus/test_window_tree.cc b/ui/aura/test/mus/test_window_tree.cc
index 12f94b54e99026e7589f79fcc90d90448bbeba98..6245a046dd40425a509264c11170275da0812277 100644
--- a/ui/aura/test/mus/test_window_tree.cc
+++ b/ui/aura/test/mus/test_window_tree.cc
@@ -268,6 +268,9 @@ void TestWindowTree::OnWindowInputEventAck(uint32_t event_id,
void TestWindowTree::DeactivateWindow(uint32_t window_id) {}
+void TestWindowTree::StackAbove(uint32_t change_id, uint32_t above_id,
+ uint32_t below_id) {}
+
void TestWindowTree::StackAtTop(uint32_t change_id, uint32_t window_id) {}
void TestWindowTree::GetWindowManagerClient(
« no previous file with comments | « ui/aura/test/mus/test_window_tree.h ('k') | ui/views/mus/desktop_window_tree_host_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698