| Index: ash/wm/panels/panel_window_resizer.h
|
| diff --git a/ash/wm/panels/panel_window_resizer.h b/ash/wm/panels/panel_window_resizer.h
|
| index ed6feb92360b1e9b99a16b8fbba8ef137d5b0c73..3ac49340c6bd587fab275615a69e0328e7f33f8d 100644
|
| --- a/ash/wm/panels/panel_window_resizer.h
|
| +++ b/ash/wm/panels/panel_window_resizer.h
|
| @@ -68,8 +68,8 @@ class ASH_EXPORT PanelWindowResizer : public WindowResizer {
|
| std::unique_ptr<WindowResizer> next_window_resizer_;
|
|
|
| // Panel container window.
|
| - aura::Window* panel_container_;
|
| - aura::Window* initial_panel_container_;
|
| + wm::WmWindow* panel_container_;
|
| + wm::WmWindow* initial_panel_container_;
|
|
|
| // Set to true once Drag() is invoked and the bounds of the window change.
|
| bool did_move_or_resize_;
|
|
|