Chromium Code Reviews| Index: ash/root_window_controller.cc |
| =================================================================== |
| --- ash/root_window_controller.cc (revision 163961) |
| +++ ash/root_window_controller.cc (working copy) |
| @@ -157,6 +157,7 @@ |
| status_area_widget_(NULL), |
| shelf_(NULL), |
| panel_layout_manager_(NULL) { |
| + root_window->set_parent_event_target(Shell::GetInstance()); |
| SetRootWindowController(root_window, this); |
| screen_dimmer_.reset(new ScreenDimmer(root_window)); |
| } |