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

Unified Diff: ui/views/widget/desktop_aura/x11_move_loop.h

Issue 452413002: [Refactor]: Move drag_widget_ out of X11WholeScreenMoveLoop (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months 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
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

Powered by Google App Engine
This is Rietveld 408576698