Index: ash/wm/panel_frame_view.h |
diff --git a/ash/wm/panel_frame_view.h b/ash/wm/panel_frame_view.h |
index 20ab18b3f22793ac6d5d7a1ca6333f48a307e80a..14c0adadfc1e8453bd531a765e884c3b0ea4a006 100644 |
--- a/ash/wm/panel_frame_view.h |
+++ b/ash/wm/panel_frame_view.h |
@@ -22,10 +22,12 @@ class FramePainter; |
class ASH_EXPORT PanelFrameView : public views::NonClientFrameView, |
public views::ButtonListener { |
public: |
- explicit PanelFrameView(views::Widget* frame); |
+ PanelFrameView(views::Widget* frame, bool show_header); |
virtual ~PanelFrameView(); |
private: |
+ void InitFramePainter(views::Widget* frame); |
+ |
// Overridden from views::NonClientFrameView: |
virtual gfx::Rect GetBoundsForClientView() const OVERRIDE; |
virtual gfx::Rect GetWindowBoundsForClientBounds( |