summaryrefslogtreecommitdiffstats
path: root/views/drag_controller.h
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-28 06:32:33 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-28 06:32:33 +0000
commit6827766b1fcc5885b7a8bc8c707e283f71f46f09 (patch)
tree11dc18b19363119d8ab06faf6521b8d6d4d94d52 /views/drag_controller.h
parentce681a8b14c05752f9279e7ed945943506f7d628 (diff)
downloadchromium_src-6827766b1fcc5885b7a8bc8c707e283f71f46f09.zip
chromium_src-6827766b1fcc5885b7a8bc8c707e283f71f46f09.tar.gz
chromium_src-6827766b1fcc5885b7a8bc8c707e283f71f46f09.tar.bz2
Create views.dll / libviews.so
R=sky@chromium.org,rvargas@chromium.org Review URL: http://codereview.chromium.org/7493017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94428 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/drag_controller.h')
-rw-r--r--views/drag_controller.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/views/drag_controller.h b/views/drag_controller.h
index c7012d8..5166556 100644
--- a/views/drag_controller.h
+++ b/views/drag_controller.h
@@ -6,6 +6,8 @@
#define VIEWS_EVENTS_DRAG_CONTROLLER_H_
#pragma once
+#include "views/views_api.h"
+
namespace gfx {
class Point;
}
@@ -20,7 +22,7 @@ class View;
// DragController is responsible for writing drag data for a view, as well as
// supplying the supported drag operations. Use DragController if you don't
// want to subclass.
-class DragController {
+class VIEWS_API DragController {
public:
// Writes the data for the drag.
virtual void WriteDragDataForView(View* sender,