| Index: chrome/browser/fullscreen_ash.cc
|
| diff --git a/chrome/browser/fullscreen_ash.cc b/chrome/browser/fullscreen_ash.cc
|
| index 08b141966dcf0e937ac37f767b0b42ee93a7e987..a0951cb4a8c1f3519150de02aee8c3d08328634e 100644
|
| --- a/chrome/browser/fullscreen_ash.cc
|
| +++ b/chrome/browser/fullscreen_ash.cc
|
| @@ -33,5 +33,5 @@ bool IsFullScreenMode() {
|
| // This is used only by notification_ui_manager.cc. On aura, notification
|
| // will be managed in panel. This is temporary to get certain feature running
|
| // until we implement it for aura.
|
| - return CheckIfFullscreenWindowExists(ash::Shell::GetRootWindow());
|
| + return CheckIfFullscreenWindowExists(ash::Shell::GetPrimaryRootWindow());
|
| }
|
|
|