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

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

Issue 2568303006: aura-mus: Implement Deactivate(). (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.h » ('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 f32e28e4777b3af0ca9f752c35a44026075c6237..aebfee306e74eca029fccf22c9426df7a14995ff 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 window_id) {}
+
void TestWindowTree::GetWindowManagerClient(
mojo::AssociatedInterfaceRequest<ui::mojom::WindowManagerClient> internal) {
}
« no previous file with comments | « ui/aura/test/mus/test_window_tree.h ('k') | ui/views/mus/desktop_window_tree_host_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698