Index: components/exo/shell_surface.cc |
diff --git a/components/exo/shell_surface.cc b/components/exo/shell_surface.cc |
index 0349d853a65546d81627c41b606e77464860f159..d8b5e7bf93935ef26dd9c7197b5e23f402382458 100644 |
--- a/components/exo/shell_surface.cc |
+++ b/components/exo/shell_surface.cc |
@@ -447,7 +447,7 @@ void ShellSurface::Minimize() { |
TRACE_EVENT0("exo", "ShellSurface::Minimize"); |
if (!widget_) |
- return; |
+ CreateShellSurfaceWidget(ui::SHOW_STATE_MINIMIZED); |
// Note: This will ask client to configure its surface even if already |
// minimized. |