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

Unified Diff: ash/wm/gestures/two_finger_drag_handler.h

Issue 11574041: Move WindowResizer to CoreWM. (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
« no previous file with comments | « ash/wm/drag_window_resizer_unittest.cc ('k') | ash/wm/gestures/two_finger_drag_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/gestures/two_finger_drag_handler.h
===================================================================
--- ash/wm/gestures/two_finger_drag_handler.h (revision 173169)
+++ ash/wm/gestures/two_finger_drag_handler.h (working copy)
@@ -17,10 +17,14 @@
class GestureEvent;
}
+namespace views {
+namespace corewm {
+class WindowResizer;
+}
+}
+
namespace ash {
-class WindowResizer;
-
namespace internal {
// This handles 2-finger drag gestures to move toplevel windows.
@@ -44,7 +48,7 @@
int first_finger_hittest_;
- scoped_ptr<WindowResizer> window_resizer_;
+ scoped_ptr<views::corewm::WindowResizer> window_resizer_;
DISALLOW_COPY_AND_ASSIGN(TwoFingerDragHandler);
};
« no previous file with comments | « ash/wm/drag_window_resizer_unittest.cc ('k') | ash/wm/gestures/two_finger_drag_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698