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

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

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/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 a8b7fa9c0bfad6e2525c76b762f4371430a00243..f9d35b8e5db7262b27872b15400ca44a9b0561ef 100644
--- a/ui/aura/test/mus/test_window_tree.cc
+++ b/ui/aura/test/mus/test_window_tree.cc
@@ -198,7 +198,7 @@ void TestWindowTree::ReorderWindow(uint32_t change_id,
uint32_t window_id,
uint32_t relative_window_id,
ui::mojom::OrderDirection direction) {
- OnChangeReceived(change_id);
+ OnChangeReceived(change_id, WindowTreeChangeType::REORDER);
}
void TestWindowTree::GetWindowTree(uint32_t window_id,

Powered by Google App Engine
This is Rietveld 408576698