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); |
}; |
} |