diff options
Diffstat (limited to 'ash/shell/panel_window.cc')
-rw-r--r-- | ash/shell/panel_window.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/shell/panel_window.cc b/ash/shell/panel_window.cc index e5d68ac..fb70024 100644 --- a/ash/shell/panel_window.cc +++ b/ash/shell/panel_window.cc @@ -76,7 +76,7 @@ bool PanelWindow::CanMaximize() const { views::NonClientFrameView* PanelWindow::CreateNonClientFrameView( views::Widget* widget) { - return new PanelFrameView(widget); + return new PanelFrameView(widget, PanelFrameView::FRAME_NONE); } } // namespace ash |