| Index: ash/wm/event_client_impl.cc
|
| diff --git a/ash/wm/event_client_impl.cc b/ash/wm/event_client_impl.cc
|
| index 7368d6eb8c384257cfd00098aceba0c88f843fcd..de3aa14b5128a428d9a7f05046dc4dcf8a2e9008 100644
|
| --- a/ash/wm/event_client_impl.cc
|
| +++ b/ash/wm/event_client_impl.cc
|
| @@ -20,6 +20,8 @@ EventClientImpl::~EventClientImpl() {
|
|
|
| bool EventClientImpl::CanProcessEventsWithinSubtree(
|
| const aura::Window* window) const {
|
| + // TODO(oshima): Migrate this logic to Shell::CanWindowReceieveEvents and
|
| + // remove this.
|
| const aura::Window* root_window = window ? window->GetRootWindow() : NULL;
|
| if (!root_window ||
|
| !Shell::GetInstance()->session_state_delegate()->IsUserSessionBlocked()) {
|
|
|