| Index: cc/surfaces/surface_aggregator_unittest.cc
|
| diff --git a/cc/surfaces/surface_aggregator_unittest.cc b/cc/surfaces/surface_aggregator_unittest.cc
|
| index 4771c823b291db5b3981c8c62de2cbfd2576d31c..0acedd1184daa2dc92dde70efa460226672de761 100644
|
| --- a/cc/surfaces/surface_aggregator_unittest.cc
|
| +++ b/cc/surfaces/surface_aggregator_unittest.cc
|
| @@ -1193,6 +1193,7 @@ void SubmitFrameWithResources(ResourceProvider::ResourceId* resource_ids,
|
| SkColor background_color = SK_ColorGREEN;
|
| const float vertex_opacity[4] = {0.f, 0.f, 1.f, 1.f};
|
| bool flipped = false;
|
| + bool nearest_neighbor = false;
|
| quad->SetAll(sqs,
|
| rect,
|
| opaque_rect,
|
| @@ -1204,7 +1205,8 @@ void SubmitFrameWithResources(ResourceProvider::ResourceId* resource_ids,
|
| uv_bottom_right,
|
| background_color,
|
| vertex_opacity,
|
| - flipped);
|
| + flipped,
|
| + nearest_neighbor);
|
|
|
| quad->shared_quad_state = sqs;
|
| }
|
|
|