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

Unified Diff: trunk/src/ash/wm/workspace/workspace_window_resizer.h

Issue 132183006: Revert 244050 "This is part 1 of implemeting phantom windows for..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 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: trunk/src/ash/wm/workspace/workspace_window_resizer.h
===================================================================
--- trunk/src/ash/wm/workspace/workspace_window_resizer.h (revision 244088)
+++ trunk/src/ash/wm/workspace/workspace_window_resizer.h (working copy)
@@ -76,6 +76,10 @@
private:
friend class WorkspaceWindowResizerTest;
+ // Returns the final bounds to place the window at. This differs from
+ // the current when snapping.
+ gfx::Rect GetFinalBounds(const gfx::Rect& bounds) const;
+
// Lays out the attached windows. |bounds| is the bounds of the main window.
void LayoutAttachedWindows(gfx::Rect* bounds);

Powered by Google App Engine
This is Rietveld 408576698