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

Unified Diff: ui/views/widget/desktop_aura/desktop_root_window_host_win.h

Issue 11444013: Get drag and drop working for win aura. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync 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/desktop_aura/desktop_root_window_host_win.h
===================================================================
--- ui/views/widget/desktop_aura/desktop_root_window_host_win.h (revision 171879)
+++ ui/views/widget/desktop_aura/desktop_root_window_host_win.h (working copy)
@@ -22,6 +22,7 @@
class DesktopActivationClient;
class DesktopCursorClient;
class DesktopDispatcherClient;
+class DesktopDragDropClientWin;
class HWNDMessageHandler;
class VIEWS_EXPORT DesktopRootWindowHostWin
@@ -224,6 +225,8 @@
// A simple cursor client which just forwards events to the RootWindow.
scoped_ptr<DesktopCursorClient> cursor_client_;
+ scoped_ptr<DesktopDragDropClientWin> drag_drop_client_;
+
DISALLOW_COPY_AND_ASSIGN(DesktopRootWindowHostWin);
};

Powered by Google App Engine
This is Rietveld 408576698