Index: cc/output/geometry_binding.h |
diff --git a/cc/output/geometry_binding.h b/cc/output/geometry_binding.h |
index 2318b27ecff41106d92e84f91aea1dc3d50b45c0..a706f35622ad71ec5dab36569b2bd831cb924750 100644 |
--- a/cc/output/geometry_binding.h |
+++ b/cc/output/geometry_binding.h |
@@ -9,13 +9,13 @@ |
namespace gfx { class RectF; } |
-namespace WebKit { class WebGraphicsContext3D; } |
+namespace blink { class WebGraphicsContext3D; } |
namespace cc { |
class GeometryBinding { |
public: |
- GeometryBinding(WebKit::WebGraphicsContext3D* context, |
+ GeometryBinding(blink::WebGraphicsContext3D* context, |
const gfx::RectF& quad_vertex_rect); |
~GeometryBinding(); |
@@ -29,7 +29,7 @@ class GeometryBinding { |
static int TriangleIndexAttribLocation() { return 2; } |
private: |
- WebKit::WebGraphicsContext3D* context_; |
+ blink::WebGraphicsContext3D* context_; |
unsigned quad_vertices_vbo_; |
unsigned quad_elements_vbo_; |