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

Unified Diff: chrome/browser/ui/cocoa/browser_window_controller.h

Issue 2053343003: [Mac] Fix Issue to Exit Fullscreen (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 6 months 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 | chrome/browser/ui/cocoa/browser_window_controller_private.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/browser_window_controller.h
diff --git a/chrome/browser/ui/cocoa/browser_window_controller.h b/chrome/browser/ui/cocoa/browser_window_controller.h
index ec6573d6cdc3bfc441e7a47a5cee60ce11a109a9..3e7ab187313dc20e44a22d46da12a418efe46f31 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller.h
+++ b/chrome/browser/ui/cocoa/browser_window_controller.h
@@ -167,6 +167,10 @@ class Command;
// True if the toolbar needs to be shown in fullscreen.
BOOL shouldShowFullscreenToolbar_;
+ // True if a call to exit AppKit fullscreen was made during the transition to
+ // fullscreen.
+ BOOL shouldExitAfterEnteringFullscreen_;
+
// True if AppKit has finished exiting fullscreen before the exit animation
// is completed. This flag is used to ensure that |windowDidExitFullscreen|
// is called after the exit fullscreen animation is complete.
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/browser_window_controller_private.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698