| Index: cc/quads/texture_draw_quad.h
|
| diff --git a/cc/quads/texture_draw_quad.h b/cc/quads/texture_draw_quad.h
|
| index 706414923686d321d9b2374ba9e7d6e917984dbc..363e8866912613fc839f858fd760cce411fd7735 100644
|
| --- a/cc/quads/texture_draw_quad.h
|
| +++ b/cc/quads/texture_draw_quad.h
|
| @@ -35,6 +35,8 @@ class CC_EXPORT TextureDrawQuad : public DrawQuad {
|
| const gfx::Rect& visible_rect,
|
| bool needs_blending,
|
| unsigned resource_id,
|
| + gfx::Size resource_size_in_pixels,
|
| + bool allow_overlay,
|
| bool premultiplied_alpha,
|
| const gfx::PointF& uv_top_left,
|
| const gfx::PointF& uv_bottom_right,
|
| @@ -44,6 +46,8 @@ class CC_EXPORT TextureDrawQuad : public DrawQuad {
|
| bool nearest_neighbor);
|
|
|
| unsigned resource_id;
|
| + gfx::Size resource_size_in_pixels;
|
| + bool allow_overlay;
|
| bool premultiplied_alpha;
|
| gfx::PointF uv_top_left;
|
| gfx::PointF uv_bottom_right;
|
|
|