| Index: cc/quads/tile_draw_quad.h
|
| diff --git a/cc/quads/tile_draw_quad.h b/cc/quads/tile_draw_quad.h
|
| index d7ef20a625a6848e6340623d2afbfa19354d9eac..b858e148d2346f518ebbd840dd3010e9615c4ca4 100644
|
| --- a/cc/quads/tile_draw_quad.h
|
| +++ b/cc/quads/tile_draw_quad.h
|
| @@ -19,6 +19,9 @@ class CC_EXPORT TileDrawQuad : public ContentDrawQuadBase {
|
| const gfx::Rect& opaque_rect,
|
| const gfx::Rect& visible_rect,
|
| unsigned resource_id,
|
| + // |tex_coord_rect| contains non-normalized coordinates.
|
| + // TODO(reveman): Make the use of normalized vs non-normalized
|
| + // coordinates consistent across all quad types: crbug.com/487370
|
| const gfx::RectF& tex_coord_rect,
|
| const gfx::Size& texture_size,
|
| bool swizzle_contents,
|
| @@ -30,6 +33,9 @@ class CC_EXPORT TileDrawQuad : public ContentDrawQuadBase {
|
| const gfx::Rect& visible_rect,
|
| bool needs_blending,
|
| unsigned resource_id,
|
| + // |tex_coord_rect| contains non-normalized coordinates.
|
| + // TODO(reveman): Make the use of normalized vs non-normalized
|
| + // coordinates consistent across all quad types: crbug.com/487370
|
| const gfx::RectF& tex_coord_rect,
|
| const gfx::Size& texture_size,
|
| bool swizzle_contents,
|
|
|