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

Unified Diff: cc/ContentLayerChromium.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/CCYUVVideoDrawQuad.h ('k') | cc/RenderSurfaceChromium.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ContentLayerChromium.h
diff --git a/cc/ContentLayerChromium.h b/cc/ContentLayerChromium.h
index 00663d52b98c357d76fdd9b4db662d8d7f194280..fae3014b4ef80ccf595ef25571a3b6f7dcd9cf73 100644
--- a/cc/ContentLayerChromium.h
+++ b/cc/ContentLayerChromium.h
@@ -8,6 +8,7 @@
#if USE(ACCELERATED_COMPOSITING)
+#include "base/basictypes.h"
#include "LayerPainterChromium.h"
#include "TiledLayerChromium.h"
@@ -21,7 +22,6 @@ class IntRect;
class LayerTextureUpdater;
class ContentLayerPainter : public LayerPainterChromium {
- WTF_MAKE_NONCOPYABLE(ContentLayerPainter);
public:
static PassOwnPtr<ContentLayerPainter> create(ContentLayerChromiumClient*);
@@ -31,6 +31,8 @@ private:
explicit ContentLayerPainter(ContentLayerChromiumClient*);
ContentLayerChromiumClient* m_client;
+
+ DISALLOW_COPY_AND_ASSIGN(ContentLayerPainter);
};
// A layer that renders its contents into an SkCanvas.
« no previous file with comments | « cc/CCYUVVideoDrawQuad.h ('k') | cc/RenderSurfaceChromium.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698