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

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

Issue 2323553002: mash: Use the new mus drag and drop API to get drag working in mash. (Closed)
Patch Set: comments Created 4 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/views/mus/os_exchange_data_provider_mus.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/drop_helper.h
diff --git a/ui/views/widget/drop_helper.h b/ui/views/widget/drop_helper.h
index 4e740aafe3da669470c4245d983b768347a4410d..8c2c44fd69000ca6d45258163ca38b938da61f80 100644
--- a/ui/views/widget/drop_helper.h
+++ b/ui/views/widget/drop_helper.h
@@ -7,6 +7,8 @@
#include "base/macros.h"
+#include "ui/views/views_export.h"
+
namespace gfx {
class Point;
} // namespace gfx
@@ -26,7 +28,7 @@ class View;
// DropHelper is intended to be used by a class that interacts with the system
// drag and drop. The system class invokes OnDragOver as the mouse moves,
// then either OnDragExit or OnDrop when the drop is done.
-class DropHelper {
+class VIEWS_EXPORT DropHelper {
public:
explicit DropHelper(View* root_view);
~DropHelper();
« no previous file with comments | « ui/views/mus/os_exchange_data_provider_mus.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698