Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: cc/resources/picture_pile_impl_unittest.cc

Issue 25284005: cc: Add best_record_time to rendering stats. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/resources/picture_pile.cc ('k') | cc/resources/picture_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/picture_pile_impl_unittest.cc
diff --git a/cc/resources/picture_pile_impl_unittest.cc b/cc/resources/picture_pile_impl_unittest.cc
index 6f33691b5daf69f66fb857a37be9101bf302ff50..ed3307e5ea47e42bd44da7474fa3bc04f15141a0 100644
--- a/cc/resources/picture_pile_impl_unittest.cc
+++ b/cc/resources/picture_pile_impl_unittest.cc
@@ -678,8 +678,7 @@ TEST(PicturePileImplTest, PixelRefIteratorMultiplePictures) {
gfx::Rect(x * 128 + 10, y * 128 + 10, 64, 64));
pictures[y][x]->Record(
&content_layer_clients[y][x],
- tile_grid_info,
- &stats_instrumentation);
+ tile_grid_info);
pictures[y][x]->GatherPixelRefs(tile_grid_info, &stats_instrumentation);
pile->AddPictureToRecording(0, 0, pictures[y][x]);
}
« no previous file with comments | « cc/resources/picture_pile.cc ('k') | cc/resources/picture_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698