Index: cc/scrollbar_animation_controller.h |
diff --git a/cc/scrollbar_animation_controller.h b/cc/scrollbar_animation_controller.h |
index bccd9921f1ff83868018cab936a2c32dd790ca90..6b64f9b6f3c39f562f6d210594e804ebf26ba4db 100644 |
--- a/cc/scrollbar_animation_controller.h |
+++ b/cc/scrollbar_animation_controller.h |
@@ -6,6 +6,7 @@ |
#define CCScrollbarAnimationController_h |
#include "base/memory/scoped_ptr.h" |
+#include "cc/cc_export.h" |
#include "FloatPoint.h" |
#include "IntSize.h" |
@@ -20,7 +21,7 @@ class ScrollbarLayerImpl; |
// This abstract class represents the compositor-side analogy of ScrollbarAnimator. |
// Individual platforms should subclass it to provide specialized implementation. |
-class ScrollbarAnimationController { |
+class CC_EXPORT ScrollbarAnimationController { |
public: |
static scoped_ptr<ScrollbarAnimationController> create(LayerImpl* scrollLayer); |