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

Unified Diff: ui/aura_shell/drag_drop_controller.h

Issue 8682029: Make drag and drop work on webpage. Also slightly modify drag drop workflow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: modified according to comments Created 9 years, 1 month 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/window_drag_drop_delegate.h ('k') | ui/aura_shell/drag_drop_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/drag_drop_controller.h
diff --git a/ui/aura_shell/drag_drop_controller.h b/ui/aura_shell/drag_drop_controller.h
index 6d70acfebd307c9395258db11af029f4d36ffb6e..5d87ad6f972680e691fc552ec5a2341fa92bc3da 100644
--- a/ui/aura_shell/drag_drop_controller.h
+++ b/ui/aura_shell/drag_drop_controller.h
@@ -39,13 +39,14 @@ class AURA_SHELL_EXPORT DragDropController : public aura::DragDropClient,
}
// Overridden from aura::DragDropClient:
- virtual void StartDragAndDrop(const ui::OSExchangeData& data,
+ virtual int StartDragAndDrop(const ui::OSExchangeData& data,
int operation) OVERRIDE;
virtual void DragUpdate(aura::Window* target,
const aura::MouseEvent& event) OVERRIDE;
virtual void Drop(aura::Window* target,
const aura::MouseEvent& event) OVERRIDE;
virtual void DragCancel() OVERRIDE;
+ virtual bool IsDragDropInProgress() OVERRIDE;
// Overridden from aura::EventFilter:
virtual bool PreHandleKeyEvent(aura::Window* target,
« no previous file with comments | « ui/aura/client/window_drag_drop_delegate.h ('k') | ui/aura_shell/drag_drop_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698