| Index: components/exo/shell_surface.cc
|
| diff --git a/components/exo/shell_surface.cc b/components/exo/shell_surface.cc
|
| index 55662e9cf3751030bf64730a424633c5eb1e7683..2f4234a5e171898b5c6a1ff73655cf80e4cfa968 100644
|
| --- a/components/exo/shell_surface.cc
|
| +++ b/components/exo/shell_surface.cc
|
| @@ -1530,7 +1530,7 @@
|
|
|
| // Enable the black backdrop layer behind the window if the window
|
| // is in immersive fullscreen, maximized, yet the window can control
|
| - // the bounds of the window in fullscreen/tablet mode (thus the
|
| + // the bounds of the window in fullscreen/maximize mode (thus the
|
| // background can be visible).
|
| bool enable_backdrop =
|
| (widget_->IsFullscreen() || widget_->IsMaximized()) &&
|
|
|