Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(879)

Unified Diff: chrome/browser/fullscreen_chromeos.cc

Issue 100903002: Ignore fullscreen windows which are behind other windows for fullscreen mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with master. Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/wm/workspace_controller.cc ('k') | chrome/browser/fullscreen_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/fullscreen_chromeos.cc
diff --git a/chrome/browser/fullscreen_chromeos.cc b/chrome/browser/fullscreen_chromeos.cc
index acdeb04f280b8255d401213d5537ecc7ca09b672..605f4bd49f8eca9855bc86ddea6d8b9a40fb4f75 100644
--- a/chrome/browser/fullscreen_chromeos.cc
+++ b/chrome/browser/fullscreen_chromeos.cc
@@ -11,5 +11,5 @@ bool IsFullScreenMode() {
// and fix if necessary.
ash::internal::RootWindowController* controller =
ash::internal::RootWindowController::ForTargetRootWindow();
- return controller && controller->GetTopmostFullscreenWindow();
+ return controller && controller->GetWindowForFullscreenMode();
}
« no previous file with comments | « ash/wm/workspace_controller.cc ('k') | chrome/browser/fullscreen_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698