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

Unified Diff: mash/simple_wm/move_loop.h

Issue 2587183002: Adds sizing, maximizing, minimizing to simple_wm (Closed)
Patch Set: . Created 4 years 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
« no previous file with comments | « no previous file | mash/simple_wm/move_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/simple_wm/move_loop.h
diff --git a/mash/simple_wm/move_loop.h b/mash/simple_wm/move_loop.h
index 08ad8e9617dac3c1234ee16da45a3db5c40eca40..333d043f9142d98fcfd3474ca7044f7909215aa1 100644
--- a/mash/simple_wm/move_loop.h
+++ b/mash/simple_wm/move_loop.h
@@ -108,7 +108,7 @@ class MoveLoop : public aura::WindowObserver {
const gfx::Point initial_event_screen_location_;
// Original bounds of the window.
- const gfx::Rect initial_window_bounds_;
+ gfx::Rect initial_window_bounds_;
const gfx::Rect initial_user_set_bounds_;
// Set to true when MoveLoop changes the bounds of |target_|. The move is
« no previous file with comments | « no previous file | mash/simple_wm/move_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698