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

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

Issue 2538633002: Adds a couple more properties to the property converter (Closed)
Patch Set: merge again 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/views/mus/native_widget_mus.cc ('k') | ui/views/widget/native_widget_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 644dffae71c2139e0ac9cc64a75990569cfbed69..faa7fd6aac4e42ae7e09b62539fc397cf992f0cc 100644
--- a/ui/views/test/native_widget_factory_aura_mus.cc
+++ b/ui/views/test/native_widget_factory_aura_mus.cc
@@ -29,7 +29,7 @@ NativeWidget* CreatePlatformNativeWidgetImplAuraMus(
new TestPlatformNativeWidget<DesktopNativeWidgetAura>(
widget, type == kStubCapture, destroyed);
std::map<std::string, std::vector<uint8_t>> mus_properties =
- MusClient::ConfigurePropertiesFromParams(init_params);
+ MusClient::Get()->ConfigurePropertiesFromParams(init_params);
desktop_native_widget_aura->SetDesktopWindowTreeHost(
base::MakeUnique<DesktopWindowTreeHostMus>(
widget, desktop_native_widget_aura, &mus_properties));
« no previous file with comments | « ui/views/mus/native_widget_mus.cc ('k') | ui/views/widget/native_widget_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698