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

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

Issue 2568303006: aura-mus: Implement Deactivate(). (Closed)
Patch Set: Prune comments and other debugging gunk. 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.cc
diff --git a/ui/aura/test/mus/test_window_tree.cc b/ui/aura/test/mus/test_window_tree.cc
index f32e28e4777b3af0ca9f752c35a44026075c6237..c7ea7440322bca112d3f45f391e089ee7aaaf18d 100644
--- a/ui/aura/test/mus/test_window_tree.cc
+++ b/ui/aura/test/mus/test_window_tree.cc
@@ -266,6 +266,8 @@ void TestWindowTree::OnWindowInputEventAck(uint32_t event_id,
acked_events_.push_back({event_id, result});
}
+void TestWindowTree::DeactivateWindow(uint32_t current_window_id) {}
+
void TestWindowTree::GetWindowManagerClient(
mojo::AssociatedInterfaceRequest<ui::mojom::WindowManagerClient> internal) {
}

Powered by Google App Engine
This is Rietveld 408576698