| Index: components/exo/shell_surface.cc
|
| diff --git a/components/exo/shell_surface.cc b/components/exo/shell_surface.cc
|
| index 565afe40560b9392a8a78bb158febb303d20936b..b4dcedeca8284f1cd49543daa407c79624e6abe4 100644
|
| --- a/components/exo/shell_surface.cc
|
| +++ b/components/exo/shell_surface.cc
|
| @@ -1269,7 +1269,7 @@ aura::Window* ShellSurface::GetDragWindow() {
|
| return widget_->GetNativeWindow();
|
|
|
| case BoundsMode::CLIENT:
|
| - return host_window();
|
| + return root_surface() ? root_surface()->window() : nullptr;
|
|
|
| case BoundsMode::FIXED:
|
| return nullptr;
|
|
|