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

Unified Diff: ash/wm/window_resizer.h

Issue 11364052: Revert "Disabled WorkspaceWindowResizerTest.Edge since it got broken by https://chromiumcodereview.… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/default_window_resizer.cc ('k') | ash/wm/window_resizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/window_resizer.h
diff --git a/ash/wm/window_resizer.h b/ash/wm/window_resizer.h
index d8c398fbdb63be01b72495748f075fe7facdd2cd..f393af600fd055f8f5d0932c1d5441c33727f725 100644
--- a/ash/wm/window_resizer.h
+++ b/ash/wm/window_resizer.h
@@ -62,8 +62,8 @@ class ASH_EXPORT WindowResizer {
// The window we're resizing.
aura::Window* window;
- // Initial bounds of the window in parent coordinates.
- gfx::Rect initial_bounds_in_parent;
+ // Initial bounds of the window.
+ gfx::Rect initial_bounds;
// Restore bounds (in screen coordinates) of the window before the drag
// started. Only set if the window is normal and is being dragged.
« no previous file with comments | « ash/wm/default_window_resizer.cc ('k') | ash/wm/window_resizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698