diff options
Diffstat (limited to 'chrome/browser/cocoa/tab_strip_controller.h')
-rw-r--r-- | chrome/browser/cocoa/tab_strip_controller.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/cocoa/tab_strip_controller.h b/chrome/browser/cocoa/tab_strip_controller.h index 6062d70..5a03525 100644 --- a/chrome/browser/cocoa/tab_strip_controller.h +++ b/chrome/browser/cocoa/tab_strip_controller.h @@ -59,8 +59,7 @@ class TabContents; // 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; +- (NSRect)selectedTabGrowBoxRect; @end |