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

Unified Diff: ui/aura/client/drag_drop_client.h

Issue 10919135: Move ash specific cursor code to CursorManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 3 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
« no previous file with comments | « ui/aura/client/cursor_client.h ('k') | ui/aura/desktop/desktop_cursor_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/client/drag_drop_client.h
diff --git a/ui/aura/client/drag_drop_client.h b/ui/aura/client/drag_drop_client.h
index 25c662fd246f788d49a9e58073785127707f8e4f..bb281849919aba3e777d3294d20fd907ba01ab0c 100644
--- a/ui/aura/client/drag_drop_client.h
+++ b/ui/aura/client/drag_drop_client.h
@@ -48,11 +48,6 @@ class AURA_EXPORT DragDropClient {
// Returns true if a drag and drop session is in progress.
virtual bool IsDragDropInProgress() = 0;
-
- // Returns the current cursor according to the appropriate drag effect. This
- // should only be called if IsDragDropInProgress() returns true. If it is
- // called otherwise, the returned cursor is arbitrary.
- virtual gfx::NativeCursor GetDragCursor() = 0;
};
AURA_EXPORT void SetDragDropClient(RootWindow* root_window,
« no previous file with comments | « ui/aura/client/cursor_client.h ('k') | ui/aura/desktop/desktop_cursor_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698