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

Unified Diff: ash/mus/bridge/wm_shell_mus.cc

Issue 2434923002: Handle modified displays in mustash. (Closed)
Patch Set: Fix PlatformScreenStub for tests. Created 4 years, 2 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/accelerators/accelerator_controller_delegate_mus.cc ('k') | ash/mus/root_window_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/bridge/wm_shell_mus.cc
diff --git a/ash/mus/bridge/wm_shell_mus.cc b/ash/mus/bridge/wm_shell_mus.cc
index 29658078b20db0983f7e1c35ecf5b7f5597ee169..2708dd85a099f74b2af54e7394e2b75c358a5ce4 100644
--- a/ash/mus/bridge/wm_shell_mus.cc
+++ b/ash/mus/bridge/wm_shell_mus.cc
@@ -125,7 +125,7 @@ WmShellMus::WmShellMus(
// WmShellMus is created early on, so that this should always succeed.
DCHECK(add_result);
accelerator_controller_delegate_.reset(
- new AcceleratorControllerDelegateMus(window_manager_->connector()));
+ new AcceleratorControllerDelegateMus(window_manager_));
accelerator_controller_registrar_.reset(new AcceleratorControllerRegistrar(
window_manager_, accelerator_namespace_id));
SetAcceleratorController(base::MakeUnique<AcceleratorController>(
« no previous file with comments | « ash/mus/accelerators/accelerator_controller_delegate_mus.cc ('k') | ash/mus/root_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698