summaryrefslogtreecommitdiff
path: root/chromium/components/exo/shell_surface_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/exo/shell_surface_base.h')
-rw-r--r--chromium/components/exo/shell_surface_base.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/components/exo/shell_surface_base.h b/chromium/components/exo/shell_surface_base.h
index e27cbcfcd0c..498e47cff21 100644
--- a/chromium/components/exo/shell_surface_base.h
+++ b/chromium/components/exo/shell_surface_base.h
@@ -305,6 +305,8 @@ class ShellSurfaceBase : public SurfaceTreeHost,
gfx::Vector2d pending_origin_offset_accumulator_;
int resize_component_ = HTCAPTION; // HT constant (see ui/base/hit_test.h)
int pending_resize_component_ = HTCAPTION;
+ gfx::Rect geometry_;
+ gfx::Rect pending_geometry_;
base::Optional<gfx::Rect> shadow_bounds_;
bool shadow_bounds_changed_ = false;
std::unique_ptr<ash::WindowResizer> resizer_;
@@ -360,8 +362,6 @@ class ShellSurfaceBase : public SurfaceTreeHost,
bool pending_show_widget_ = false;
base::Optional<std::string> application_id_;
base::Optional<std::string> startup_id_;
- gfx::Rect geometry_;
- gfx::Rect pending_geometry_;
base::RepeatingClosure close_callback_;
base::OnceClosure surface_destroyed_callback_;
ScopedConfigure* scoped_configure_ = nullptr;