| Index: cc/output/renderer_pixeltest.cc
|
| diff --git a/cc/output/renderer_pixeltest.cc b/cc/output/renderer_pixeltest.cc
|
| index 0c2bc3d3c959b0035f534cd44cfc68cbf8e47979..53b5b986c17464aee7208dcea968d0d2a6407170 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,
|
| @@ -2296,7 +2297,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());
|
|
|