| Index: cc/layer_animation_controller.h
|
| diff --git a/cc/layer_animation_controller.h b/cc/layer_animation_controller.h
|
| index b3c08e8471571c954f6f4411a3fe9ff901fa9baf..285f00ac1db1029399ab6dbdfd768be2e753eb50 100644
|
| --- a/cc/layer_animation_controller.h
|
| +++ b/cc/layer_animation_controller.h
|
| @@ -5,11 +5,11 @@
|
| #ifndef CCLayerAnimationController_h
|
| #define CCLayerAnimationController_h
|
|
|
| -#include "cc/animation_events.h"
|
| -
|
| #include "base/basictypes.h"
|
| #include "base/hash_tables.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "cc/animation_events.h"
|
| +#include "cc/cc_export.h"
|
| #include "cc/scoped_ptr_vector.h"
|
|
|
| namespace WebKit {
|
| @@ -21,7 +21,7 @@ namespace cc {
|
| class Animation;
|
| class KeyframeValueList;
|
|
|
| -class LayerAnimationControllerClient {
|
| +class CC_EXPORT LayerAnimationControllerClient {
|
| public:
|
| virtual ~LayerAnimationControllerClient() { }
|
|
|
| @@ -32,7 +32,7 @@ public:
|
| virtual const WebKit::WebTransformationMatrix& transform() const = 0;
|
| };
|
|
|
| -class LayerAnimationController {
|
| +class CC_EXPORT LayerAnimationController {
|
| public:
|
| static scoped_ptr<LayerAnimationController> create(LayerAnimationControllerClient*);
|
|
|
|
|