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

Unified Diff: ash/root_window_controller.h

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 | « no previous file | ash/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_controller.h
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
index 076bfe6a4f82e080f4b229131f53cd9c45148102..6e2d5454427aa4ab65c8df0ffd8209c3a2d0547a 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -221,10 +221,9 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
// Initialize touch HUDs if necessary.
void InitTouchHuds();
- // Returns the window, if any, which is in fullscreen mode. If multiple
- // windows are in fullscreen state, the topmost one is preferred.
- const aura::Window* GetTopmostFullscreenWindow() const;
- aura::Window* GetTopmostFullscreenWindow();
+ // Returns the topmost window or one of its transient parents, if any of them
+ // are in fullscreen mode.
+ const aura::Window* GetWindowForFullscreenMode() const;
// Activate virtual keyboard on current root window controller.
void ActivateKeyboard(keyboard::KeyboardController* keyboard_controller);
« no previous file with comments | « no previous file | ash/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698