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

Unified Diff: ash/mus/window_manager.cc

Issue 2127383003: mus: Introduce high-contrast mode in mus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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/manifest.json ('k') | services/ui/public/interfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/window_manager.cc
diff --git a/ash/mus/window_manager.cc b/ash/mus/window_manager.cc
index d0755a5720894670eba318a6c3ad8483b6ed84b9..33d88062c94ab57c114da24d85593265ac1123ca 100644
--- a/ash/mus/window_manager.cc
+++ b/ash/mus/window_manager.cc
@@ -71,7 +71,7 @@ void WindowManager::Init(::ui::WindowTreeClient* window_tree_client) {
std::move(frame_decoration_values));
// TODO(msw): Provide a valid ShellDelegate here; maybe port ShellDelegateMus?
- shell_.reset(new WmShellMus(nullptr, window_tree_client_));
+ shell_.reset(new WmShellMus(nullptr, window_tree_client_, connector_));
lookup_.reset(new WmLookupMus);
}
« no previous file with comments | « ash/mus/manifest.json ('k') | services/ui/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698