diff options
Diffstat (limited to 'chrome/browser/cocoa/browser_frame_view.h')
-rw-r--r-- | chrome/browser/cocoa/browser_frame_view.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/browser_frame_view.h b/chrome/browser/cocoa/browser_frame_view.h index 277a96b..3ae13ea0 100644 --- a/chrome/browser/cocoa/browser_frame_view.h +++ b/chrome/browser/cocoa/browser_frame_view.h @@ -49,4 +49,10 @@ // check that everything is safe, and attempt to fallback gracefully if it is // not. @interface BrowserFrameView : NSView + +// Draws the window theme into the specified rect. ++ (void)drawWindowThemeInDirtyRect:(NSRect)dirtyRect + forView:(NSView*)view + bounds:(NSRect)bounds; + @end |