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 |