| 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 abb93ae54aea758ebdd2a5ee688fdd6b5dae0654..358929e36e47960c2fed4e8155283cd15dbccc69 100644
|
| --- a/cc/quads/yuv_video_draw_quad.h
|
| +++ b/cc/quads/yuv_video_draw_quad.h
|
| @@ -31,7 +31,7 @@
|
| const gfx::Rect& opaque_rect,
|
| const gfx::Rect& visible_rect,
|
| const gfx::RectF& tex_coord_rect,
|
| - const gfx::Size& min_tex_size,
|
| + const gfx::Size& tex_size,
|
| unsigned y_plane_resource_id,
|
| unsigned u_plane_resource_id,
|
| unsigned v_plane_resource_id,
|
| @@ -44,7 +44,7 @@
|
| const gfx::Rect& visible_rect,
|
| bool needs_blending,
|
| const gfx::RectF& tex_coord_rect,
|
| - const gfx::Size& min_tex_size,
|
| + const gfx::Size& tex_size,
|
| unsigned y_plane_resource_id,
|
| unsigned u_plane_resource_id,
|
| unsigned v_plane_resource_id,
|
| @@ -53,7 +53,7 @@
|
|
|
| gfx::RectF tex_coord_rect;
|
| // Empty texture size implies no clamping of texture coordinates.
|
| - gfx::Size min_tex_size;
|
| + gfx::Size tex_size;
|
| unsigned y_plane_resource_id;
|
| unsigned u_plane_resource_id;
|
| unsigned v_plane_resource_id;
|
|
|