Index: athena/screen/screen_manager_impl.cc |
diff --git a/athena/screen/screen_manager_impl.cc b/athena/screen/screen_manager_impl.cc |
index 2ee184443607350676e9075113ed8cc0ddb7825f..bb332122b0b445d6960e668d9ac0fffdc7f1ddea 100644 |
--- a/athena/screen/screen_manager_impl.cc |
+++ b/athena/screen/screen_manager_impl.cc |
@@ -243,7 +243,7 @@ void ScreenManagerImpl::Init() { |
root_window_->SetLayoutManager(new FillLayoutManager(root_window_)); |
capture_client_.reset(new ::wm::ScopedCaptureClient(root_window_)); |
- accelerator_handler_.reset(new ScreenAcceleratorHandler(root_window_)); |
+ accelerator_handler_.reset(new ScreenAcceleratorHandler()); |
aura::client::SetWindowTreeClient(root_window_, this); |