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

Unified Diff: cc/CCRendererGL.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/CCRenderer.h ('k') | cc/CCRendererSoftware.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCRendererGL.h
diff --git a/cc/CCRendererGL.h b/cc/CCRendererGL.h
index e7c14eaed79356c2073c6080c063380073bc327b..a5f2c4f056da0f5ff085457d4a0eadf8e4731e3d 100644
--- a/cc/CCRendererGL.h
+++ b/cc/CCRendererGL.h
@@ -8,6 +8,7 @@
#if USE(ACCELERATED_COMPOSITING)
+#include "base/basictypes.h"
#include "CCCheckerboardDrawQuad.h"
#include "CCDebugBorderDrawQuad.h"
#include "CCDirectRenderer.h"
@@ -37,7 +38,6 @@ class CCRendererGL : public CCDirectRenderer,
public WebKit::WebGraphicsContext3D::WebGraphicsSwapBuffersCompleteCallbackCHROMIUM,
public WebKit::WebGraphicsContext3D::WebGraphicsMemoryAllocationChangedCallbackCHROMIUM ,
public WebKit::WebGraphicsContext3D::WebGraphicsContextLostCallback {
- WTF_MAKE_NONCOPYABLE(CCRendererGL);
public:
static PassOwnPtr<CCRendererGL> create(CCRendererClient*, CCResourceProvider*);
@@ -216,6 +216,8 @@ private:
bool m_visible;
OwnPtr<CCResourceProvider::ScopedWriteLockGL> m_currentFramebufferLock;
+
+ DISALLOW_COPY_AND_ASSIGN(CCRendererGL);
};
« no previous file with comments | « cc/CCRenderer.h ('k') | cc/CCRendererSoftware.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698