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

Unified Diff: ui/views/widget/drop_target_win.h

Issue 11444013: Get drag and drop working for win aura. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: move DropTargetWin to DesktopDragDropClientWin Created 8 years 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/drop_target_win.h
===================================================================
--- ui/views/widget/drop_target_win.h (revision 171535)
+++ ui/views/widget/drop_target_win.h (working copy)
@@ -22,7 +22,7 @@
// drop messages at.
class DropTargetWin : public ui::DropTarget {
public:
- explicit DropTargetWin(internal::RootView* root_view);
+ DropTargetWin(internal::RootView* root_view, HWND drop_target);
virtual ~DropTargetWin();
// If a drag and drop is underway and view is the current drop target, the

Powered by Google App Engine
This is Rietveld 408576698