| Index: ash/wm/drag_window_resizer.h
|
| diff --git a/ash/wm/drag_window_resizer.h b/ash/wm/drag_window_resizer.h
|
| index 2cb6ecca63c8e9ba1537519856793579c3544152..67f47020a725f48e99b46bdbfac2a11ba43ac89b 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.
|
|
|