Index: chrome/browser/cocoa/tab_contents_controller.h |
=================================================================== |
--- chrome/browser/cocoa/tab_contents_controller.h (revision 10014) |
+++ chrome/browser/cocoa/tab_contents_controller.h (working copy) |
@@ -68,6 +68,11 @@ |
// 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 this tab. |
+// |windowGrowBox| needs to be in the window's coordinate system. |
+- (NSRect)growBoxFromWindowGrowBox:(NSRect)windowGrowBox; |
+ |
@end |
#endif // CHROME_BROWSER_COCOA_TAB_COTNENTS_CONTROLLER_H_ |