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

Unified Diff: ash/wm/workspace/multi_window_resize_controller.h

Issue 10910164: Removes the grid from ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix ShelfBrowserTest Created 8 years, 3 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
« no previous file with comments | « ash/wm/workspace/frame_maximize_button.cc ('k') | ash/wm/workspace/multi_window_resize_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/multi_window_resize_controller.h
diff --git a/ash/wm/workspace/multi_window_resize_controller.h b/ash/wm/workspace/multi_window_resize_controller.h
index 1fb4b62fccbf6e836675a610008b121c7b6a5cca..ce2f381718fdeacba64fa56fea1e5d35c965d21d 100644
--- a/ash/wm/workspace/multi_window_resize_controller.h
+++ b/ash/wm/workspace/multi_window_resize_controller.h
@@ -51,8 +51,6 @@ class ASH_EXPORT MultiWindowResizeController :
// Hides the resize widget.
void Hide();
- void set_grid_size(int grid_size) { grid_size_ = grid_size; }
-
// MouseWatcherListenre overrides:
virtual void MouseMovedOutOfHost() OVERRIDE;
@@ -166,9 +164,6 @@ class ASH_EXPORT MultiWindowResizeController :
// Bounds the widget was last shown at in screen coordinates.
gfx::Rect show_bounds_in_screen_;
- // Size of the grid.
- int grid_size_;
-
// Used to detect whether the mouse is over the windows. While
// |resize_widget_| is non-NULL (ie the widget is showing) we ignore calls
// to Show().
« no previous file with comments | « ash/wm/workspace/frame_maximize_button.cc ('k') | ash/wm/workspace/multi_window_resize_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698