| Index: ash/common/wm/panels/panel_frame_view.cc
|
| diff --git a/ash/common/wm/panels/panel_frame_view.cc b/ash/common/wm/panels/panel_frame_view.cc
|
| index 6161d8c21c196729d453f064e6197d264141d39c..b2fdbce237c0f3fd291735408c2302a599f19133 100644
|
| --- a/ash/common/wm/panels/panel_frame_view.cc
|
| +++ b/ash/common/wm/panels/panel_frame_view.cc
|
| @@ -7,7 +7,6 @@
|
| #include "ash/common/frame/caption_buttons/frame_caption_button_container_view.h"
|
| #include "ash/common/frame/default_header_painter.h"
|
| #include "ash/common/frame/frame_border_hit_test.h"
|
| -#include "ash/common/wm_lookup.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/common/wm_window.h"
|
| #include "ash/common/wm_window_property.h"
|
| @@ -64,7 +63,7 @@ void PanelFrameView::InitHeaderPainter() {
|
| }
|
|
|
| WmWindow* PanelFrameView::GetWidgetWindow() {
|
| - return WmLookup::Get()->GetWindowForWidget(frame_);
|
| + return WmWindow::Get(frame_->GetNativeWindow());
|
| }
|
|
|
| int PanelFrameView::NonClientTopBorderHeight() const {
|
|
|