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

Unified Diff: cc/test/WebCompositorInitializer.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/UnthrottledTextureUploader.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/WebCompositorInitializer.h
diff --git a/cc/test/WebCompositorInitializer.h b/cc/test/WebCompositorInitializer.h
index d4ec82989ad0df748b996b9d363aaf431f399ee7..f6203b117bc4a848c194ec0df07b7a4006bd8fe5 100644
--- a/cc/test/WebCompositorInitializer.h
+++ b/cc/test/WebCompositorInitializer.h
@@ -5,9 +5,9 @@
#ifndef WebCompositorInitializer_h
#define WebCompositorInitializer_h
+#include "base/basictypes.h"
#include <public/Platform.h>
#include <public/WebCompositorSupport.h>
-#include <wtf/Noncopyable.h>
namespace WebKit {
class WebThread;
@@ -16,7 +16,6 @@ class WebThread;
namespace WebKitTests {
class WebCompositorInitializer {
- WTF_MAKE_NONCOPYABLE(WebCompositorInitializer);
public:
explicit WebCompositorInitializer(WebKit::WebThread* thread)
{
@@ -27,6 +26,9 @@ public:
{
WebKit::Platform::current()->compositorSupport()->shutdown();
}
+
+private:
+ DISALLOW_COPY_AND_ASSIGN(WebCompositorInitializer);
};
}
« no previous file with comments | « cc/UnthrottledTextureUploader.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698