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

Unified Diff: ash/wm/drag_details.h

Issue 144713003: [Refactor] Kill some dead code because it is no longer possible to drag maximized windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
« no previous file with comments | « no previous file | ash/wm/drag_details.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/drag_details.h
diff --git a/ash/wm/drag_details.h b/ash/wm/drag_details.h
index 9b8cc3837e137ccbbe07d34ce1a382a3a852dc84..d16d8d09525a3b39fcd29e712e6479bd78219902 100644
--- a/ash/wm/drag_details.h
+++ b/ash/wm/drag_details.h
@@ -16,7 +16,6 @@ class Window;
}
namespace ash {
-class WindowResizer;
namespace wm {
class WindowState;
@@ -62,9 +61,6 @@ struct ASH_EXPORT DragDetails {
// True if the window should attach to the shelf after releasing.
bool should_attach_to_shelf;
-
- // WindowResizer that is controlling the drag.
- WindowResizer* window_resizer;
};
} // namespace ash
« no previous file with comments | « no previous file | ash/wm/drag_details.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698