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

Unified Diff: cc/UnthrottledTextureUploader.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/TreeSynchronizer.h ('k') | cc/test/WebCompositorInitializer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/UnthrottledTextureUploader.h
diff --git a/cc/UnthrottledTextureUploader.h b/cc/UnthrottledTextureUploader.h
index a44d4ff7552aae70d915106320d4a446b6746e3a..97fbb3c47f32e0c777f3374ab210e8ab2a22d94f 100644
--- a/cc/UnthrottledTextureUploader.h
+++ b/cc/UnthrottledTextureUploader.h
@@ -5,13 +5,13 @@
#ifndef UnthrottledTextureUploader_h
#define UnthrottledTextureUploader_h
+#include "base/basictypes.h"
#include "CCResourceProvider.h"
#include "TextureUploader.h"
namespace cc {
class UnthrottledTextureUploader : public TextureUploader {
- WTF_MAKE_NONCOPYABLE(UnthrottledTextureUploader);
public:
static PassOwnPtr<UnthrottledTextureUploader> create()
{
@@ -27,6 +27,9 @@ public:
protected:
UnthrottledTextureUploader() { }
+
+private:
+ DISALLOW_COPY_AND_ASSIGN(UnthrottledTextureUploader);
};
}
« no previous file with comments | « cc/TreeSynchronizer.h ('k') | cc/test/WebCompositorInitializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698