| 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 78b246bde95dab42469d73aa32e49cc351ee679c..7390e38de87255ae19b299b5c0aba0ad0e9b0426 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_layout.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_layout.h
|
| @@ -27,7 +27,7 @@ struct LayoutParameters {
|
| BOOL inAnyFullscreen;
|
| // The fullscreen sliding style. See fullscreen_toolbar_controller.h for more
|
| // details.
|
| - fullscreen_mac::SlidingStyle slidingStyle;
|
| + FullscreenSlidingStyle slidingStyle;
|
| // The minY of the AppKit Menu Bar, relative to the top of the screen. Ranges
|
| // from 0 to -22. Only relevant in fullscreen mode.
|
| CGFloat menubarOffset;
|
| @@ -148,7 +148,7 @@ struct LayoutOutput {
|
| // Whether the controller is in any fullscreen mode. |inAnyFullscreen| should
|
| // be NO if the controller is in the process of entering fullscreen.
|
| - (void)setInAnyFullscreen:(BOOL)inAnyFullscreen;
|
| -- (void)setFullscreenSlidingStyle:(fullscreen_mac::SlidingStyle)slidingStyle;
|
| +- (void)setSlidingStyle:(FullscreenSlidingStyle)slidingStyle;
|
| - (void)setFullscreenMenubarOffset:(CGFloat)menubarOffset;
|
| - (void)setFullscreenToolbarFraction:(CGFloat)toolbarFraction;
|
|
|
|
|