Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: components/exo/shell_surface.h

Issue 2008153002: Add initial implementation of cc::Surfaces backend for exo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698