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

Unified Diff: ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11_unittest.cc

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/desktop_drag_drop_client_aurax11_unittest.cc
diff --git a/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11_unittest.cc b/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11_unittest.cc
index b911bc412bcefa3f1b1a7f652b9b53f250dd1254..1008289d1d9e4d40563e523592f4f9613733b9bf 100644
--- a/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11_unittest.cc
+++ b/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11_unittest.cc
@@ -90,8 +90,6 @@ class TestMoveLoop : public X11MoveLoop {
gfx::NativeCursor cursor) OVERRIDE;
virtual void UpdateCursor(gfx::NativeCursor cursor) OVERRIDE;
virtual void EndMoveLoop() OVERRIDE;
- virtual void SetDragImage(const gfx::ImageSkia& image,
- const gfx::Vector2dF& offset) OVERRIDE;
private:
// Not owned.
@@ -240,10 +238,6 @@ void TestMoveLoop::EndMoveLoop() {
}
}
-void TestMoveLoop::SetDragImage(const gfx::ImageSkia& image,
- const gfx::Vector2dF& offset) {
-}
-
///////////////////////////////////////////////////////////////////////////////
// TestDragDropClient
« no previous file with comments | « ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc ('k') | ui/views/widget/desktop_aura/x11_move_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698