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 fadbb9729464ffbbbe35d4cdf3d5042da3d84738..378da7983f49729e7fa10cba8981986fd80670d3 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: { |