| Index: ash/wm/panels/panel_frame_view.cc
|
| diff --git a/ash/wm/panels/panel_frame_view.cc b/ash/wm/panels/panel_frame_view.cc
|
| index 0a6bce5b0125b184fb54f91761cc22495d168ce9..bafe29f188f7182abc0c0c5f776d26ccf3cc0b4d 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;
|
|
|