diff options
Diffstat (limited to 'chrome/browser/cocoa/browser_window_controller.h')
-rw-r--r-- | chrome/browser/cocoa/browser_window_controller.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/browser_window_controller.h b/chrome/browser/cocoa/browser_window_controller.h index 7bbbe96..c90de7a 100644 --- a/chrome/browser/cocoa/browser_window_controller.h +++ b/chrome/browser/cocoa/browser_window_controller.h @@ -378,6 +378,10 @@ class TabContents; // or the download shelf), so that future shrinking will occur from the bottom. - (void)resetWindowGrowthState; +// Computes by how far in each direction, horizontal and vertical, the +// |source| rect doesn't fit into |target|. +- (NSSize)overflowFrom:(NSRect)source + to:(NSRect)target; @end // @interface BrowserWindowController(TestingAPI) |