| Index: chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc
|
| diff --git a/chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc b/chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc
|
| index 3a285ef65e6b110e36511e9cb23c0521c4ddfa75..c44cbbcbe3bf5563e103f71260d1c2a69f5c27ca 100644
|
| --- a/chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc
|
| +++ b/chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc
|
| @@ -96,7 +96,7 @@ bool IsProcessingUserEvent() {
|
| for (aura::Window::Windows::iterator it = root_window_list.begin();
|
| it != root_window_list.end();
|
| ++it) {
|
| - if (IsUserEvent((*it)->GetDispatcher()->current_event()))
|
| + if (IsUserEvent((*it)->GetHost()->dispatcher()->current_event()))
|
| return true;
|
| }
|
| return false;
|
|
|