| Index: cc/quads/picture_draw_quad.cc
|
| diff --git a/cc/quads/picture_draw_quad.cc b/cc/quads/picture_draw_quad.cc
|
| index b98fa90b10e4184304486bbe7fce241c4bf249b2..c1c0907a972b00f5898c7c95d27a4b170167e41a 100644
|
| --- a/cc/quads/picture_draw_quad.cc
|
| +++ b/cc/quads/picture_draw_quad.cc
|
| @@ -37,7 +37,8 @@ void PictureDrawQuad::SetNew(const SharedQuadState* shared_quad_state,
|
| tex_coord_rect,
|
| texture_size,
|
| !PlatformColor::SameComponentOrder(texture_format),
|
| - nearest_neighbor);
|
| + nearest_neighbor,
|
| + false);
|
| this->content_rect = content_rect;
|
| this->contents_scale = contents_scale;
|
| this->raster_source = raster_source;
|
| @@ -66,7 +67,8 @@ void PictureDrawQuad::SetAll(const SharedQuadState* shared_quad_state,
|
| texture_size,
|
| !PlatformColor::SameComponentOrder(
|
| texture_format),
|
| - nearest_neighbor);
|
| + nearest_neighbor,
|
| + false);
|
| this->content_rect = content_rect;
|
| this->contents_scale = contents_scale;
|
| this->raster_source = raster_source;
|
|
|