| Index: cc/CCLayerAnimationController.h
|
| diff --git a/cc/CCLayerAnimationController.h b/cc/CCLayerAnimationController.h
|
| index eef4baf7581823f3c907123d516f04652af71a8a..2b6ae64efc3749bd6dd5a8cd9608d2ba0431d118 100644
|
| --- a/cc/CCLayerAnimationController.h
|
| +++ b/cc/CCLayerAnimationController.h
|
| @@ -7,9 +7,9 @@
|
|
|
| #include "CCAnimationEvents.h"
|
|
|
| +#include "base/basictypes.h"
|
| #include "cc/own_ptr_vector.h"
|
| #include <wtf/HashSet.h>
|
| -#include <wtf/Noncopyable.h>
|
| #include <wtf/OwnPtr.h>
|
| #include <wtf/PassOwnPtr.h>
|
|
|
| @@ -35,7 +35,6 @@ public:
|
| };
|
|
|
| class CCLayerAnimationController {
|
| - WTF_MAKE_NONCOPYABLE(CCLayerAnimationController);
|
| public:
|
| static PassOwnPtr<CCLayerAnimationController> create(CCLayerAnimationControllerClient*);
|
|
|
| @@ -105,6 +104,8 @@ private:
|
|
|
| CCLayerAnimationControllerClient* m_client;
|
| OwnPtrVector<CCActiveAnimation> m_activeAnimations;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(CCLayerAnimationController);
|
| };
|
|
|
| } // namespace cc
|
|
|