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

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
Index: ash/mus/window_manager.cc
diff --git a/ash/mus/window_manager.cc b/ash/mus/window_manager.cc
index b14cae6c75e068c3472064dbf243ed63b3bcd67e..c76556d3ca831451974f798acf093f52d8754670 100644
--- a/ash/mus/window_manager.cc
+++ b/ash/mus/window_manager.cc
@@ -69,7 +69,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);
}

Powered by Google App Engine
This is Rietveld 408576698