Index: cc/quads/io_surface_draw_quad.h |
diff --git a/cc/quads/io_surface_draw_quad.h b/cc/quads/io_surface_draw_quad.h |
index 38dabf84efb80e685bb34bba946c799adecbcbc6..1a30c90341a1659ecb4b1563c2ac0c2c71ac5f9e 100644 |
--- a/cc/quads/io_surface_draw_quad.h |
+++ b/cc/quads/io_surface_draw_quad.h |
@@ -25,7 +25,7 @@ class CC_EXPORT IOSurfaceDrawQuad : public DrawQuad { |
gfx::Rect rect, |
gfx::Rect opaque_rect, |
gfx::Size io_surface_size, |
- unsigned io_surface_texture_id, |
+ unsigned io_surface_resource_id, |
Orientation orientation); |
void SetAll(const SharedQuadState* shared_quad_state, |
@@ -34,11 +34,11 @@ class CC_EXPORT IOSurfaceDrawQuad : public DrawQuad { |
gfx::Rect visible_rect, |
bool needs_blending, |
gfx::Size io_surface_size, |
- unsigned io_surface_texture_id, |
+ unsigned io_surface_resource_id, |
Orientation orientation); |
gfx::Size io_surface_size; |
- unsigned io_surface_texture_id; |
+ unsigned io_surface_resource_id; |
Orientation orientation; |
virtual void IterateResources(const ResourceIteratorCallback& callback) |