Index: cc/scrollbar_animation_controller.h |
diff --git a/cc/scrollbar_animation_controller.h b/cc/scrollbar_animation_controller.h |
index 9b9c2cacecf20b5cfc59d0dd828826bfcf6bdd78..3363ee9e24a408bdeb56bd9092d1d951fe417b2b 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" |
@@ -16,7 +17,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); |