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

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

Issue 9969164: Ignoring alignment when it pushes a window out of the screen (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Not my code anymore Created 8 years, 8 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/workspace_layout_manager.cc ('k') | ash/wm/workspace/workspace_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/workspace_manager.h
diff --git a/ash/wm/workspace/workspace_manager.h b/ash/wm/workspace/workspace_manager.h
index 6da00e7e17076c9556e635f22902202f3066ffba..4f80f367ba0af14b3da92f385379ada14f040e9c 100644
--- a/ash/wm/workspace/workspace_manager.h
+++ b/ash/wm/workspace/workspace_manager.h
@@ -85,9 +85,6 @@ class ASH_EXPORT WorkspaceManager {
void set_grid_size(int size) { grid_size_ = size; }
int grid_size() const { return grid_size_; }
- // Returns a bounds aligned to the grid. Returns |bounds| if grid_size is 0.
- gfx::Rect AlignBoundsToGrid(const gfx::Rect& bounds);
-
void set_shelf(ShelfLayoutManager* shelf) { shelf_ = shelf; }
// Updates the visibility and whether any windows overlap the shelf.
« no previous file with comments | « ash/wm/workspace/workspace_layout_manager.cc ('k') | ash/wm/workspace/workspace_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698