Chromium Code Reviews| Index: ash/shell.cc |
| diff --git a/ash/shell.cc b/ash/shell.cc |
| index 59ac1f9f88b1150ad70242cd7e4b7e1e250bbb41..c648b07be1fe0ef4d0ad9ba79fddfddf306e2951 100644 |
| --- a/ash/shell.cc |
| +++ b/ash/shell.cc |
| @@ -415,7 +415,9 @@ void Shell::Init() { |
| window_modality_controller_.reset(new internal::WindowModalityController); |
| AddEnvEventFilter(window_modality_controller_.get()); |
| - magnification_controller_.reset(new internal::MagnificationController); |
| + magnification_controller_.reset( |
|
sky
2012/06/20 03:54:16
Does this really work now that you've made the des
yoshiki
2012/06/20 04:23:12
Oops, I found I've forgot to add destructor to the
|
| + internal::MagnificationController::CreateInstance()); |
| + |
| high_contrast_controller_.reset(new HighContrastController); |
| video_detector_.reset(new VideoDetector); |
| window_cycle_controller_.reset(new WindowCycleController); |