| Index: cc/CCSchedulerStateMachine.h
|
| diff --git a/cc/CCSchedulerStateMachine.h b/cc/CCSchedulerStateMachine.h
|
| index c511b0f53ac6a24cefb2a987926c0c8bf792bd02..092231f59c345d1fa0486a4202907abc812db69e 100644
|
| --- a/cc/CCSchedulerStateMachine.h
|
| +++ b/cc/CCSchedulerStateMachine.h
|
| @@ -6,7 +6,8 @@
|
| #define CCSchedulerStateMachine_h
|
|
|
| #include <string>
|
| -#include <wtf/Noncopyable.h>
|
| +
|
| +#include "base/basictypes.h"
|
|
|
| namespace cc {
|
|
|
| @@ -151,6 +152,8 @@ protected:
|
| bool m_drawIfPossibleFailed;
|
| TextureState m_textureState;
|
| ContextState m_contextState;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(CCSchedulerStateMachine);
|
| };
|
|
|
| }
|
|
|