diff options
Diffstat (limited to 'chrome/browser/browser_window_controller.h')
-rw-r--r-- | chrome/browser/browser_window_controller.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/browser_window_controller.h b/chrome/browser/browser_window_controller.h index 5601b3f..9428cd3 100644 --- a/chrome/browser/browser_window_controller.h +++ b/chrome/browser/browser_window_controller.h @@ -55,6 +55,11 @@ class BrowserWindow; // Sets whether or not the current page in the frontmost tab is bookmarked. - (void)setStarredState:(BOOL)isStarred; +// Return the rect, in WebKit coordinates (flipped), of the window's grow box +// in the coordinate system of the content area of the currently selected tab. +// |windowGrowBox| needs to be in the window's coordinate system. +- (NSRect)selectedTabGrowBoxFromWindowGrowBox:(NSRect)windowGrowBox; + @end #endif // CHROME_BROWSER_BROWSER_WINDOW_CONTROLLER_H_ |