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

Unified Diff: ash/wm/default_window_resizer.h

Issue 11411344: Extract the code for supporing extended desktop from WorkspaceWindowResizer into DragWindowResizer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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: ash/wm/default_window_resizer.h
diff --git a/ash/wm/default_window_resizer.h b/ash/wm/default_window_resizer.h
index 0ef21dc9eec25b158c9ee73f896c0a1bb550489e..19d0b7fed2332b4043bfa6c9fb9cbbbb106a617e 100644
--- a/ash/wm/default_window_resizer.h
+++ b/ash/wm/default_window_resizer.h
@@ -15,6 +15,7 @@ namespace ash {
// windows coordiantes.
class ASH_EXPORT DefaultWindowResizer : public WindowResizer {
public:
+ explicit DefaultWindowResizer(const Details& details);
sky 2012/12/04 15:58:53 Move constructor in .cc to match position.
mazda 2012/12/04 18:44:41 Done.
virtual ~DefaultWindowResizer();
// Creates a new DefaultWindowResizer. The caller takes ownership of the
@@ -38,8 +39,6 @@ class ASH_EXPORT DefaultWindowResizer : public WindowResizer {
virtual aura::Window* GetTarget() OVERRIDE;
private:
- explicit DefaultWindowResizer(const Details& details);
-
const Details details_;
// Set to true once Drag() is invoked and the bounds of the window change.

Powered by Google App Engine
This is Rietveld 408576698