summaryrefslogtreecommitdiffstats
path: root/cc/input_handler.h
diff options
context:
space:
mode:
authorpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-02 21:06:20 +0000
committerpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-02 21:06:20 +0000
commit52347c8482d3fad8534a69140fc67d6c8759562c (patch)
tree223f9e99f28a9934ad3f5d599926d005d25f3441 /cc/input_handler.h
parent220d60c8d3a980b0fb05414aea478a4d2688d00c (diff)
downloadchromium_src-52347c8482d3fad8534a69140fc67d6c8759562c.zip
chromium_src-52347c8482d3fad8534a69140fc67d6c8759562c.tar.gz
chromium_src-52347c8482d3fad8534a69140fc67d6c8759562c.tar.bz2
Make cc a component
BUG=154052 Review URL: https://codereview.chromium.org/11365025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165748 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/input_handler.h')
-rw-r--r--cc/input_handler.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/cc/input_handler.h b/cc/input_handler.h
index 0e27bad..f5b2e23 100644
--- a/cc/input_handler.h
+++ b/cc/input_handler.h
@@ -7,6 +7,7 @@
#include "base/basictypes.h"
#include "base/time.h"
+#include "cc/cc_export.h"
namespace gfx {
class Point;
@@ -25,7 +26,7 @@ class IntSize;
//
// The InputHandler is constructed with a InputHandlerClient, which is the
// interface by which the handler can manipulate the LayerTree.
-class InputHandlerClient {
+class CC_EXPORT InputHandlerClient {
public:
enum ScrollStatus { ScrollOnMainThread, ScrollStarted, ScrollIgnored };
enum ScrollInputType { Gesture, Wheel };
@@ -71,7 +72,7 @@ private:
DISALLOW_COPY_AND_ASSIGN(InputHandlerClient);
};
-class InputHandler {
+class CC_EXPORT InputHandler {
public:
virtual ~InputHandler() { }