Index: ui/views/widget/desktop_aura/x11_move_loop.h |
diff --git a/ui/views/widget/desktop_aura/x11_move_loop.h b/ui/views/widget/desktop_aura/x11_move_loop.h |
index b8f3d973138cacb110dbd9d30534f5d256e4290e..102c8663efe1ec146b019b06069bd2e5d773022f 100644 |
--- a/ui/views/widget/desktop_aura/x11_move_loop.h |
+++ b/ui/views/widget/desktop_aura/x11_move_loop.h |
@@ -27,10 +27,6 @@ class X11MoveLoop { |
// Ends the move loop that's currently in progress. |
virtual void EndMoveLoop() = 0; |
- |
- // Sets an image to be used during the drag. |
- virtual void SetDragImage(const gfx::ImageSkia& image, |
- const gfx::Vector2dF& offset) = 0; |
}; |
} // namespace views |