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

Unified Diff: cc/output/geometry_binding.h

Issue 13065006: cc: Add DISALLOW_COPY_AND_ASSIGN where appropriate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add operator= for DrawingState back as well Created 7 years, 9 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/output/delegated_frame_data.h ('k') | cc/output/program_binding.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/geometry_binding.h
diff --git a/cc/output/geometry_binding.h b/cc/output/geometry_binding.h
index 74321aa538700e4adb02292a1e12fc48f486874c..2318b27ecff41106d92e84f91aea1dc3d50b45c0 100644
--- a/cc/output/geometry_binding.h
+++ b/cc/output/geometry_binding.h
@@ -5,6 +5,8 @@
#ifndef CC_OUTPUT_GEOMETRY_BINDING_H_
#define CC_OUTPUT_GEOMETRY_BINDING_H_
+#include "base/basictypes.h"
+
namespace gfx { class RectF; }
namespace WebKit { class WebGraphicsContext3D; }
@@ -31,6 +33,8 @@ class GeometryBinding {
unsigned quad_vertices_vbo_;
unsigned quad_elements_vbo_;
+
+ DISALLOW_COPY_AND_ASSIGN(GeometryBinding);
};
} // namespace cc
« no previous file with comments | « cc/output/delegated_frame_data.h ('k') | cc/output/program_binding.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698