Chromium Code Reviews| 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 |