| Index: cc/output/geometry_binding.h
|
| diff --git a/cc/output/geometry_binding.h b/cc/output/geometry_binding.h
|
| index 2318b27ecff41106d92e84f91aea1dc3d50b45c0..2b5ed86fa8a09db378cd9396cbafae508b502fec 100644
|
| --- a/cc/output/geometry_binding.h
|
| +++ b/cc/output/geometry_binding.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "base/basictypes.h"
|
|
|
| -namespace gfx { class RectF; }
|
| +#include "ui/gfx/rect_f.h"
|
|
|
| namespace WebKit { class WebGraphicsContext3D; }
|
|
|
| @@ -29,6 +29,8 @@ class GeometryBinding {
|
| static int TriangleIndexAttribLocation() { return 2; }
|
|
|
| private:
|
| + const gfx::RectF quad_vertex_rect_;
|
| +
|
| WebKit::WebGraphicsContext3D* context_;
|
|
|
| unsigned quad_vertices_vbo_;
|
|
|