| Index: cc/surfaces/surface_aggregator_test_helpers.cc
|
| diff --git a/cc/surfaces/surface_aggregator_test_helpers.cc b/cc/surfaces/surface_aggregator_test_helpers.cc
|
| index a40b2c2790e6b468372103c5855d6881efa1d054..6b527c0bd2eccb956f1b86aace6e64741fe7b763 100644
|
| --- a/cc/surfaces/surface_aggregator_test_helpers.cc
|
| +++ b/cc/surfaces/surface_aggregator_test_helpers.cc
|
| @@ -138,7 +138,7 @@ void TestPassMatchesExpectations(Pass expected_pass, const RenderPass* pass) {
|
| for (auto iter = pass->quad_list.cbegin(); iter != pass->quad_list.cend();
|
| ++iter) {
|
| SCOPED_TRACE(base::StringPrintf("Quad number %" PRIuS, iter.index()));
|
| - TestQuadMatchesExpectations(expected_pass.quads[iter.index()], &*iter);
|
| + TestQuadMatchesExpectations(expected_pass.quads[iter.index()], *iter);
|
| }
|
| }
|
|
|
|
|