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

Unified Diff: ui/views/test/native_widget_factory_aura_mus.cc

Issue 2495423005: Enables passing initial properties to top level window creation (Closed)
Patch Set: cleanup 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/views/test/native_widget_factory_aura_mus.cc
diff --git a/ui/views/test/native_widget_factory_aura_mus.cc b/ui/views/test/native_widget_factory_aura_mus.cc
index 30a0d8fd4e4a1fc81224ba2558235bb8d1e8ff7c..d87b7af1984e6bbe61e5e7375b2b6a20bbcf7e44 100644
--- a/ui/views/test/native_widget_factory_aura_mus.cc
+++ b/ui/views/test/native_widget_factory_aura_mus.cc
@@ -29,8 +29,8 @@ NativeWidget* CreatePlatformNativeWidgetImplAuraMus(
new TestPlatformNativeWidget<DesktopNativeWidgetAura>(
widget, type == kStubCapture, destroyed);
desktop_native_widget_aura->SetDesktopWindowTreeHost(
- base::MakeUnique<DesktopWindowTreeHostMus>(widget,
- desktop_native_widget_aura));
+ base::MakeUnique<DesktopWindowTreeHostMus>(
+ widget, desktop_native_widget_aura, init_params));
return desktop_native_widget_aura;
}
« ui/aura/window_tree_host_platform.h ('K') | « ui/views/mus/window_tree_host_mus.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698