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

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

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/gestures/two_finger_drag_handler.h ('k') | ash/wm/property_util.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.cc
===================================================================
--- ash/wm/gestures/two_finger_drag_handler.cc (revision 173169)
+++ ash/wm/gestures/two_finger_drag_handler.cc (working copy)
@@ -4,7 +4,7 @@
#include "ash/wm/gestures/two_finger_drag_handler.h"
-#include "ash/wm/window_resizer.h"
+#include "ash/wm/window_resizer_factory.h"
#include "ash/wm/window_util.h"
#include "ash/wm/workspace/snap_sizer.h"
#include "ui/aura/client/window_types.h"
@@ -15,6 +15,7 @@
#include "ui/base/hit_test.h"
#include "ui/compositor/layer.h"
#include "ui/compositor/scoped_layer_animation_settings.h"
+#include "ui/views/corewm/window_resizer.h"
namespace {
« no previous file with comments | « ash/wm/gestures/two_finger_drag_handler.h ('k') | ash/wm/property_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698