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 |