Chromium Code Reviews| Index: ui/aura_shell/desktop_window.cc |
| =================================================================== |
| --- ui/aura_shell/desktop_window.cc (revision 103801) |
| +++ ui/aura_shell/desktop_window.cc (working copy) |
| @@ -37,6 +37,7 @@ |
| containers->push_back(launcher_container); |
| aura::Window* lock_container = new aura::Window(NULL); |
| + lock_container->set_consumes_events(true); |
| lock_container->set_id(internal::kShellWindowId_LockScreenContainer); |
| containers->push_back(lock_container); |