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

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

Issue 655393002: mac: Fix a bug where a fullscreened window on Mavericks would be too short. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
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 8c7c30b33654594cd8a4ab7f68aef8b29f6fc4d8..c3f90c3484b7d4157b3eb5dfc8336d0115471f67 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller.h
+++ b/chrome/browser/ui/cocoa/browser_window_controller.h
@@ -180,6 +180,11 @@ class Command;
// Whether the root view of the window is layer backed.
BOOL windowViewWantsLayer_;
+
+ // When the window is in the process of entering AppKit Fullscreen, this
+ // property indicates whether the window is being fullscreened on the
+ // primary screen.
+ BOOL enteringAppKitFullscreenOnPrimaryScreen_;
Robert Sesek 2014/10/17 19:13:16 Move this to be after enteringPresentationMode_ in
erikchen 2014/10/17 21:02:32 Done.
}
// A convenience class method which gets the |BrowserWindowController| for a

Powered by Google App Engine
This is Rietveld 408576698