Chromium Code Reviews| Index: ash/wm/default_state.cc |
| =================================================================== |
| --- ash/wm/default_state.cc (revision 262842) |
| +++ ash/wm/default_state.cc (working copy) |
| @@ -26,7 +26,7 @@ |
| bool IsPanel(aura::Window* window) { |
| return window->parent() && |
| - window->parent()->id() == internal::kShellWindowId_DockedContainer; |
| + window->parent()->id() == internal::kShellWindowId_PanelContainer; |
| } |
| gfx::Rect BoundsWithScreenEdgeVisible( |