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

Unified Diff: cc/test/fake_picture_pile_impl.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/skpicture_content_layer_updater.cc ('k') | tools/perf/measurements/rasterize_and_record.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_picture_pile_impl.cc
diff --git a/cc/test/fake_picture_pile_impl.cc b/cc/test/fake_picture_pile_impl.cc
index c79d0ae428746ee15048b4586aca79a2abaf2447..01b481f87a3ce8832ba10eb2b624c5ffecd9bf04 100644
--- a/cc/test/fake_picture_pile_impl.cc
+++ b/cc/test/fake_picture_pile_impl.cc
@@ -66,7 +66,7 @@ void FakePicturePileImpl::AddRecordingAt(int x, int y) {
FakeRenderingStatsInstrumentation stats_instrumentation;
scoped_refptr<Picture> picture(Picture::Create(bounds));
- picture->Record(&client_, tile_grid_info_, &stats_instrumentation);
+ picture->Record(&client_, tile_grid_info_);
picture->GatherPixelRefs(tile_grid_info_, &stats_instrumentation);
picture_list_map_[std::pair<int, int>(x, y)].push_back(picture);
EXPECT_TRUE(HasRecordingAt(x, y));
« no previous file with comments | « cc/resources/skpicture_content_layer_updater.cc ('k') | tools/perf/measurements/rasterize_and_record.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698