| Index: ash/wm/workspace/workspace_window_resizer.cc
|
| diff --git a/ash/wm/workspace/workspace_window_resizer.cc b/ash/wm/workspace/workspace_window_resizer.cc
|
| index 8b227d404c6d8cf06b82ad0696511e1768373021..8243788bc6967bcec2eb591a8d47f7ed49fdce16 100644
|
| --- a/ash/wm/workspace/workspace_window_resizer.cc
|
| +++ b/ash/wm/workspace/workspace_window_resizer.cc
|
| @@ -72,7 +72,7 @@ std::unique_ptr<WindowResizer> CreateWindowResizer(
|
|
|
| window_state->CreateDragDetails(point_in_parent, window_component, source);
|
| const int parent_shell_window_id =
|
| - window->GetParent() ? window->GetParent()->GetShellWindowId() : -1;
|
| + window->GetParent() ? window->GetParent()->aura_window()->id() : -1;
|
| if (window->GetParent() &&
|
| (parent_shell_window_id == kShellWindowId_DefaultContainer ||
|
| parent_shell_window_id == kShellWindowId_PanelContainer)) {
|
|
|