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

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

Issue 2110983002: [Mac] Refactor Cocoa fullscreen code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Replaced NSTrackingArea with CrTrackingArea 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
Index: chrome/browser/ui/cocoa/browser_window_layout.h
diff --git a/chrome/browser/ui/cocoa/browser_window_layout.h b/chrome/browser/ui/cocoa/browser_window_layout.h
index 82cf1f9cfe6cf6148d50e30600a44477aa9e3379..78b246bde95dab42469d73aa32e49cc351ee679c 100644
--- a/chrome/browser/ui/cocoa/browser_window_layout.h
+++ b/chrome/browser/ui/cocoa/browser_window_layout.h
@@ -7,7 +7,7 @@
#import <Cocoa/Cocoa.h>
-#import "chrome/browser/ui/cocoa/presentation_mode_controller.h"
+#import "chrome/browser/ui/cocoa/fullscreen_toolbar_controller.h"
namespace chrome {
@@ -25,7 +25,7 @@ struct LayoutParameters {
// Whether the controller is in any fullscreen mode. This parameter should be
// NO if the controller is in the process of entering fullscreen.
BOOL inAnyFullscreen;
- // The fullscreen sliding style. See presentation_mode_controller.h for more
+ // The fullscreen sliding style. See fullscreen_toolbar_controller.h for more
// details.
fullscreen_mac::SlidingStyle slidingStyle;
// The minY of the AppKit Menu Bar, relative to the top of the screen. Ranges

Powered by Google App Engine
This is Rietveld 408576698