Index: cc/input_handler.h |
diff --git a/cc/input_handler.h b/cc/input_handler.h |
index def6c394f6b1f3865eafbf4bc1a3d0d8d26126bf..2ed8ddfc04c38081037c85139efd395c06e963aa 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 cc { |
@@ -21,7 +22,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 }; |
@@ -67,7 +68,7 @@ private: |
DISALLOW_COPY_AND_ASSIGN(InputHandlerClient); |
}; |
-class InputHandler { |
+class CC_EXPORT InputHandler { |
public: |
virtual ~InputHandler() { } |