| Index: components/exo/shell_surface.h
|
| diff --git a/components/exo/shell_surface.h b/components/exo/shell_surface.h
|
| index 74ff30d1f6ff44122b53828e07ff33c83e6d8ddc..d6b75e05b24e8656ec8f2b8e55e0460d48afcf25 100644
|
| --- a/components/exo/shell_surface.h
|
| +++ b/components/exo/shell_surface.h
|
| @@ -347,6 +347,7 @@ class ShellSurface : public SurfaceDelegate,
|
| int top_inset_height_ = 0;
|
| int pending_top_inset_height_ = 0;
|
| bool shadow_underlay_in_surface_ = true;
|
| + bool system_modal_ = false;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ShellSurface);
|
| };
|
|
|