| Index: components/exo/shell_surface.h
|
| diff --git a/components/exo/shell_surface.h b/components/exo/shell_surface.h
|
| index 8931ee1618fb81a4c2aff5c5c7d135fa39c7fda7..8252d6206158a88f42c0f036f47e024d002279a2 100644
|
| --- a/components/exo/shell_surface.h
|
| +++ b/components/exo/shell_surface.h
|
| @@ -239,6 +239,7 @@ class ShellSurface : public SurfaceDelegate,
|
| ConfigureCallback configure_callback_;
|
| ScopedConfigure* scoped_configure_;
|
| bool ignore_window_bounds_changes_;
|
| + gfx::Rect current_bounds_;
|
| gfx::Point origin_;
|
| gfx::Vector2d pending_origin_offset_;
|
| gfx::Vector2d pending_origin_config_offset_;
|
|
|