summaryrefslogtreecommitdiffstats
path: root/ash/wm/panels/panel_frame_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/wm/panels/panel_frame_view.cc')
-rw-r--r--ash/wm/panels/panel_frame_view.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/ash/wm/panels/panel_frame_view.cc b/ash/wm/panels/panel_frame_view.cc
index 0a6bce5..bafe29f 100644
--- a/ash/wm/panels/panel_frame_view.cc
+++ b/ash/wm/panels/panel_frame_view.cc
@@ -80,6 +80,10 @@ void PanelFrameView::Layout() {
header_painter_->set_header_height(NonClientTopBorderHeight());
}
+void PanelFrameView::GetWindowMask(const gfx::Size&, gfx::Path*) {
+ // Nothing.
+}
+
void PanelFrameView::ResetWindowControls() {
NOTIMPLEMENTED();
}
@@ -99,10 +103,6 @@ void PanelFrameView::UpdateWindowTitle() {
header_painter_->SchedulePaintForTitle(title_font_);
}
-void PanelFrameView::GetWindowMask(const gfx::Size&, gfx::Path*) {
- // Nothing.
-}
-
int PanelFrameView::NonClientHitTest(const gfx::Point& point) {
if (!header_painter_)
return HTNOWHERE;