| Index: chrome/browser/ui/cocoa/browser_window_fullscreen_transition.h
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_fullscreen_transition.h b/chrome/browser/ui/cocoa/browser_window_fullscreen_transition.h
|
| index 509671ea5d341dc6d769717bbddaac39c14ef44a..332bd949267b62259868147efeac6f2a7b4727af 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_fullscreen_transition.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_fullscreen_transition.h
|
| @@ -102,7 +102,8 @@
|
| // using |frame| as the frame that |window| is going to transition into.
|
| - (instancetype)initEnterWithWindow:(FramedBrowserWindow*)window;
|
| - (instancetype)initExitWithWindow:(FramedBrowserWindow*)window
|
| - frame:(NSRect)frame;
|
| + frame:(NSRect)frame
|
| + tabStripBackgroundView:(NSView*)view;
|
|
|
| // Returns the windows to be used in the custom fullscreen transition.
|
| - (NSArray*)customWindowsForFullScreenTransition;
|
|
|