summaryrefslogtreecommitdiffstats
path: root/ash/shell/panel_window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell/panel_window.cc')
-rw-r--r--ash/shell/panel_window.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/ash/shell/panel_window.cc b/ash/shell/panel_window.cc
index 5cfaffa..c5d0c7c 100644
--- a/ash/shell/panel_window.cc
+++ b/ash/shell/panel_window.cc
@@ -4,6 +4,7 @@
#include "ash/shell/panel_window.h"
+#include "ash/wm/panel_frame_view.h"
#include "ash/wm/toplevel_frame_view.h"
#include "base/utf_string_conversions.h"
#include "ui/aura/window.h"
@@ -75,10 +76,7 @@ bool PanelWindow::CanMaximize() const {
}
views::NonClientFrameView* PanelWindow::CreateNonClientFrameView() {
- // TODO(stevenjb): Implement a custom frame view for panels.
- // For now, use the default frame view (views::CustomFrameView)
- // which implements close and resize for us.
- return NULL;
+ return new PanelFrameView();
}
} // namespace ash