| Index: ash/wm/default_state.cc
|
| diff --git a/ash/wm/default_state.cc b/ash/wm/default_state.cc
|
| index 80bf9c040b45f97aeb0f2b02f0d64eccf7ddc95b..354e99e27d381b0a319421aea0315f768752fb57 100644
|
| --- a/ash/wm/default_state.cc
|
| +++ b/ash/wm/default_state.cc
|
| @@ -31,7 +31,7 @@ const float kMinimumPercentOnScreenArea = 0.3f;
|
|
|
| bool IsPanel(aura::Window* window) {
|
| return window->parent() &&
|
| - window->parent()->id() == internal::kShellWindowId_DockedContainer;
|
| + window->parent()->id() == internal::kShellWindowId_PanelContainer;
|
| }
|
|
|
| void MoveToDisplayForRestore(WindowState* window_state) {
|
|
|