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

Unified Diff: ash/mus/window_manager_application.cc

Issue 2361943002: Add 2x icons resources to mash. (Closed)
Patch Set: Use default arg. Created 4 years, 3 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 | « ash/mus/BUILD.gn ('k') | ui/views/mus/aura_init.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/window_manager_application.cc
diff --git a/ash/mus/window_manager_application.cc b/ash/mus/window_manager_application.cc
index 1cad511fc150f2684ee37b0eda99d0ba724775b9..00cdd43f21afd6152ed5ec69a038ab41155f48d3 100644
--- a/ash/mus/window_manager_application.cc
+++ b/ash/mus/window_manager_application.cc
@@ -124,7 +124,8 @@ void WindowManagerApplication::InitWindowManager(
}
void WindowManagerApplication::OnStart(const shell::Identity& identity) {
- aura_init_.reset(new views::AuraInit(connector(), "ash_mus_resources.pak"));
+ aura_init_.reset(new views::AuraInit(connector(), "ash_mus_resources.pak",
+ "ash_mus_resources_200.pak"));
gpu_service_ = ui::GpuService::Create(connector());
compositor_context_factory_.reset(
new views::SurfaceContextFactory(gpu_service_.get()));
« no previous file with comments | « ash/mus/BUILD.gn ('k') | ui/views/mus/aura_init.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698