| Index: cc/layer_animation_controller.h
|
| diff --git a/cc/layer_animation_controller.h b/cc/layer_animation_controller.h
|
| index 25e4c58396ac879bff09ebbac0148c67ad6ac8ef..603ded11830972acf5ebe6449fee034c7cfdd011 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 {
|
| @@ -22,7 +22,7 @@ class Animation;
|
| class IntSize;
|
| class KeyframeValueList;
|
|
|
| -class LayerAnimationControllerClient {
|
| +class CC_EXPORT LayerAnimationControllerClient {
|
| public:
|
| virtual ~LayerAnimationControllerClient() { }
|
|
|
| @@ -33,7 +33,7 @@ public:
|
| virtual const WebKit::WebTransformationMatrix& transform() const = 0;
|
| };
|
|
|
| -class LayerAnimationController {
|
| +class CC_EXPORT LayerAnimationController {
|
| public:
|
| static scoped_ptr<LayerAnimationController> create(LayerAnimationControllerClient*);
|
|
|
|
|