| Index: cc/output/renderer_pixeltest.cc
|
| diff --git a/cc/output/renderer_pixeltest.cc b/cc/output/renderer_pixeltest.cc
|
| index 3fe1caf2735f7361f940ea113c131e07f3c74c41..81b6f9617af059cf57727cde535555f3aa863ca7 100644
|
| --- a/cc/output/renderer_pixeltest.cc
|
| +++ b/cc/output/renderer_pixeltest.cc
|
| @@ -152,7 +152,8 @@ void CreateTestTextureDrawQuad(const gfx::Rect& rect,
|
| gfx::PointF(1.0f, 1.0f), // uv_bottom_right
|
| background_color,
|
| vertex_opacity,
|
| - false); // flipped
|
| + false, // flipped
|
| + false); // nearest_neighbor
|
| }
|
|
|
| typedef ::testing::Types<GLRenderer,
|
| @@ -2198,7 +2199,8 @@ TYPED_TEST(RendererPixelTest, WrapModeRepeat) {
|
| this->device_viewport_size_.height() / texture_rect.height()),
|
| SK_ColorWHITE,
|
| vertex_opacity,
|
| - false); // flipped
|
| + false, // flipped
|
| + false); // nearest_neighbor
|
|
|
| RenderPassList pass_list;
|
| pass_list.push_back(pass.Pass());
|
|
|