| Index: cc/trees/layer_tree_host_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest.cc b/cc/trees/layer_tree_host_unittest.cc
|
| index 60d3d8db1da2cf062ae28b452ca9b97ee85b833a..12d44a5ed5ae38e939f0719f8ea9708dc30f8545 100644
|
| --- a/cc/trees/layer_tree_host_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_unittest.cc
|
| @@ -6159,7 +6159,7 @@ class LayerTreeHostTestFrameTimingRequestsSaveTimestamps
|
| // information is propagated to the main thread (not yet implemented).
|
| FrameTimingTracker* tracker = host_impl->frame_timing_tracker();
|
| scoped_ptr<FrameTimingTracker::CompositeTimingSet> timing_set =
|
| - tracker->GroupCountsByRectId();
|
| + tracker->GroupCompositeCountsByRectId();
|
| EXPECT_EQ(1u, timing_set->size());
|
| auto rect_1_it = timing_set->find(1);
|
| EXPECT_TRUE(rect_1_it != timing_set->end());
|
|
|