diff options
Diffstat (limited to 'chrome/browser/cocoa/browser_frame_view.h')
-rw-r--r-- | chrome/browser/cocoa/browser_frame_view.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/browser_frame_view.h b/chrome/browser/cocoa/browser_frame_view.h index 6505dfb..42faa9b 100644 --- a/chrome/browser/cocoa/browser_frame_view.h +++ b/chrome/browser/cocoa/browser_frame_view.h @@ -55,7 +55,9 @@ // count). + (BOOL)drawWindowThemeInDirtyRect:(NSRect)dirtyRect forView:(NSView*)view - bounds:(NSRect)bounds; + bounds:(NSRect)bounds + offset:(NSPoint)offset + forceBlackBackground:(BOOL)forceBlackBackground; // Gets the color to draw title text. + (NSColor*)titleColorForThemeView:(NSView*)view; |