| Index: cc/quads/yuv_video_draw_quad.h
|
| diff --git a/cc/quads/yuv_video_draw_quad.h b/cc/quads/yuv_video_draw_quad.h
|
| index 3ac23368b16c7d3442574efd3092987f8e0d7e02..65b35e05b94249266dc13d25b0cdee6b96e75b49 100644
|
| --- a/cc/quads/yuv_video_draw_quad.h
|
| +++ b/cc/quads/yuv_video_draw_quad.h
|
| @@ -23,7 +23,7 @@ class CC_EXPORT YUVVideoDrawQuad : public DrawQuad {
|
| const gfx::Rect& rect,
|
| const gfx::Rect& opaque_rect,
|
| const gfx::Rect& visible_rect,
|
| - const gfx::SizeF& tex_scale,
|
| + const gfx::RectF& tex_coord_rect,
|
| unsigned y_plane_resource_id,
|
| unsigned u_plane_resource_id,
|
| unsigned v_plane_resource_id,
|
| @@ -34,13 +34,13 @@ class CC_EXPORT YUVVideoDrawQuad : public DrawQuad {
|
| const gfx::Rect& opaque_rect,
|
| const gfx::Rect& visible_rect,
|
| bool needs_blending,
|
| - const gfx::SizeF& tex_scale,
|
| + const gfx::RectF& tex_coord_rect,
|
| unsigned y_plane_resource_id,
|
| unsigned u_plane_resource_id,
|
| unsigned v_plane_resource_id,
|
| unsigned a_plane_resource_id);
|
|
|
| - gfx::SizeF tex_scale;
|
| + gfx::RectF tex_coord_rect;
|
| unsigned y_plane_resource_id;
|
| unsigned u_plane_resource_id;
|
| unsigned v_plane_resource_id;
|
|
|