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

Unified Diff: ui/aura/test/aura_test_helper.cc

Issue 2470963002: Makes it possible for clients to directly create WindowTreeHostMus (Closed)
Patch Set: nuke comment 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
« no previous file with comments | « ui/aura/test/aura_test_base.cc ('k') | ui/aura/window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/aura_test_helper.cc
diff --git a/ui/aura/test/aura_test_helper.cc b/ui/aura/test/aura_test_helper.cc
index 4142a11d5091e4d893a425e79b667b2d7312ed92..da6b69b1ed00f75ccf4d28de75de6daae83c7f51 100644
--- a/ui/aura/test/aura_test_helper.cc
+++ b/ui/aura/test/aura_test_helper.cc
@@ -170,7 +170,8 @@ Env::WindowPortFactory AuraTestHelper::InitMus() {
std::unique_ptr<WindowPort> AuraTestHelper::CreateWindowPortMus(
Window* window) {
- return base::MakeUnique<WindowPortMus>(window_tree_client());
+ return base::MakeUnique<WindowPortMus>(window_tree_client(),
+ WindowMusType::LOCAL);
}
} // namespace test
« no previous file with comments | « ui/aura/test/aura_test_base.cc ('k') | ui/aura/window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698