Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1078)

Unified Diff: cc/CCSchedulerStateMachine.h

Issue 10985088: cc: Switch it to use DISALLOW_COPY_AND_ASSIGN macro from base/ library. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/CCScheduler.h ('k') | cc/CCScopedTexture.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
}
« no previous file with comments | « cc/CCScheduler.h ('k') | cc/CCScopedTexture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698