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

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: Remove static cast. 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') | ash/root_window_controller.cc » ('J')
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..a171ffda01c3ca07227cd1671208c7e1a31d0f33 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -221,10 +221,10 @@ 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;
+ aura::Window* GetWindowForFullscreenMode();
// 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') | ash/root_window_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698