Index: ash/wm/panels/panel_frame_view.h |
diff --git a/ash/wm/panels/panel_frame_view.h b/ash/wm/panels/panel_frame_view.h |
index cccfd1875db6ae29a5a4b66f0c658fc79c5240c2..436ba4ab4426d024d3fa8e24f90aa3d1b8cfff30 100644 |
--- a/ash/wm/panels/panel_frame_view.h |
+++ b/ash/wm/panels/panel_frame_view.h |
@@ -41,6 +41,9 @@ class ASH_EXPORT PanelFrameView : public views::NonClientFrameView { |
private: |
void InitFramePainter(); |
+ // Height from top of window to top of client area. |
+ int NonClientTopBorderHeight() const; |
+ |
// Overridden from views::NonClientFrameView: |
virtual gfx::Rect GetBoundsForClientView() const OVERRIDE; |
virtual gfx::Rect GetWindowBoundsForClientBounds( |