| Index: mojo/converters/surfaces/surfaces_type_converters.cc
|
| diff --git a/mojo/converters/surfaces/surfaces_type_converters.cc b/mojo/converters/surfaces/surfaces_type_converters.cc
|
| index a8e5911ccd0dd84f0734aeea0d737a7af5398a9e..1a6ab99985ce13a79235bdf08bc9e50c07b9eafa 100644
|
| --- a/mojo/converters/surfaces/surfaces_type_converters.cc
|
| +++ b/mojo/converters/surfaces/surfaces_type_converters.cc
|
| @@ -140,7 +140,8 @@ bool ConvertDrawQuad(const QuadPtr& input,
|
| texture_quad_state->uv_bottom_right.To<gfx::PointF>(),
|
| texture_quad_state->background_color.To<SkColor>(),
|
| &texture_quad_state->vertex_opacity.storage()[0],
|
| - texture_quad_state->flipped);
|
| + texture_quad_state->flipped,
|
| + texture_quad_state->nearest_neighbor);
|
| break;
|
| }
|
| case MATERIAL_TILED_CONTENT: {
|
|
|