| Index: cc/quads/picture_draw_quad.h
|
| diff --git a/cc/quads/picture_draw_quad.h b/cc/quads/picture_draw_quad.h
|
| index beec88ce3f35765261e63f2385a6efc4499c9f5c..756482a610b17af90a79918bc37a4e25341146ec 100644
|
| --- a/cc/quads/picture_draw_quad.h
|
| +++ b/cc/quads/picture_draw_quad.h
|
| @@ -27,7 +27,7 @@ class CC_EXPORT PictureDrawQuad : public ContentDrawQuadBase {
|
| gfx::Rect opaque_rect,
|
| const gfx::RectF& tex_coord_rect,
|
| gfx::Size texture_size,
|
| - bool swizzle_contents,
|
| + ResourceFormat texture_format,
|
| gfx::Rect content_rect,
|
| float contents_scale,
|
| bool can_draw_direct_to_backbuffer,
|
| @@ -40,7 +40,7 @@ class CC_EXPORT PictureDrawQuad : public ContentDrawQuadBase {
|
| bool needs_blending,
|
| const gfx::RectF& tex_coord_rect,
|
| gfx::Size texture_size,
|
| - bool swizzle_contents,
|
| + ResourceFormat texture_format,
|
| gfx::Rect content_rect,
|
| float contents_scale,
|
| bool can_draw_direct_to_backbuffer,
|
| @@ -50,6 +50,7 @@ class CC_EXPORT PictureDrawQuad : public ContentDrawQuadBase {
|
| float contents_scale;
|
| bool can_draw_direct_to_backbuffer;
|
| scoped_refptr<PicturePileImpl> picture_pile;
|
| + ResourceFormat texture_format;
|
|
|
| virtual void IterateResources(const ResourceIteratorCallback& callback)
|
| OVERRIDE;
|
|
|