diff options
Diffstat (limited to 'cc/surfaces/surface_aggregator_unittest.cc')
| -rw-r--r-- | cc/surfaces/surface_aggregator_unittest.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cc/surfaces/surface_aggregator_unittest.cc b/cc/surfaces/surface_aggregator_unittest.cc index 1daff52..3e48311 100644 --- a/cc/surfaces/surface_aggregator_unittest.cc +++ b/cc/surfaces/surface_aggregator_unittest.cc @@ -1275,6 +1275,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, @@ -1286,7 +1287,8 @@ void SubmitFrameWithResources(ResourceProvider::ResourceId* resource_ids, uv_bottom_right, background_color, vertex_opacity, - flipped); + flipped, + nearest_neighbor); quad->shared_quad_state = sqs; } |
