summaryrefslogtreecommitdiffstats
path: root/ash/wm/drag_window_resizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/wm/drag_window_resizer.h')
-rw-r--r--ash/wm/drag_window_resizer.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/ash/wm/drag_window_resizer.h b/ash/wm/drag_window_resizer.h
index 2cb6ecc..67f4702 100644
--- a/ash/wm/drag_window_resizer.h
+++ b/ash/wm/drag_window_resizer.h
@@ -15,7 +15,6 @@ namespace ash {
namespace internal {
class DragWindowController;
-class TrayUser;
// DragWindowResizer is a decorator of WindowResizer and adds the ability to
// drag windows across displays.
@@ -50,14 +49,6 @@ class ASH_EXPORT DragWindowResizer : public WindowResizer {
// Returns true if we should allow the mouse pointer to warp.
bool ShouldAllowMouseWarp();
- // Get the user drop target underneath the given |point_in_screen| or NULL.
- TrayUser* GetTrayUserItemAtPoint(const gfx::Point& point_in_screen);
-
- // Check if a completed drag might cause the window to change active desktops.
- // If the call was causing a "transfer of ownership to another desktop" and it
- // will return false indicating that no further processing is needed.
- bool TryDraggingToNewUser();
-
scoped_ptr<WindowResizer> next_window_resizer_;
// Shows a semi-transparent image of the window being dragged.