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

Unified Diff: ash/wm/workspace/snap_sizer.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/multi_window_resize_controller_unittest.cc ('k') | ash/wm/workspace/snap_sizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/snap_sizer.h
diff --git a/ash/wm/workspace/snap_sizer.h b/ash/wm/workspace/snap_sizer.h
index e696f689777c777a8a43f22b056e6340573d77a0..9d64a632f5e09ad9f50dde36ae9059b7ef47d889 100644
--- a/ash/wm/workspace/snap_sizer.h
+++ b/ash/wm/workspace/snap_sizer.h
@@ -27,10 +27,7 @@ class ASH_EXPORT SnapSizer {
RIGHT_EDGE
};
- SnapSizer(aura::Window* window,
- const gfx::Point& start,
- Edge edge,
- int grid_size);
+ SnapSizer(aura::Window* window, const gfx::Point& start, Edge edge);
// Updates the target bounds based on a mouse move.
void Update(const gfx::Point& location);
@@ -71,7 +68,6 @@ class ASH_EXPORT SnapSizer {
aura::Window* window_;
const Edge edge_;
- const int grid_size_;
// Current target bounds for the snap.
gfx::Rect target_bounds_;
« no previous file with comments | « ash/wm/workspace/multi_window_resize_controller_unittest.cc ('k') | ash/wm/workspace/snap_sizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698