Index: chrome/browser/ui/panels/panel_browser_frame_view.h |
=================================================================== |
--- chrome/browser/ui/panels/panel_browser_frame_view.h (revision 98900) |
+++ chrome/browser/ui/panels/panel_browser_frame_view.h (working copy) |
@@ -47,6 +47,10 @@ |
// Returns the height of the panel in minimized state. |
static int MinimizedPanelHeight(); |
+ // Returns the size of the non-client area, that is, the window size minus |
+ // the size of the client area. |
+ gfx::Size NonClientAreaSize() const; |
+ |
protected: |
// Overridden from BrowserNonClientFrameView: |
virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE; |