[FMP] Clean up renderer timestamp from FirstMeaningfulPaintDetector
The current implementation has switched to use until-GPU-swap timestamp, but the code base still keep the renderer timestamp. As the renderer timestamp is no longer used. We should remove it. The CL cleans up the renderer timestamp from paint-timing and first-meaningful-paint-detector. But this CL has leftover work, as we still have first_meaningful_paint2_quiet_ and first_meaningful_paint2_quiet_swap. Intuitively we would remove first_meaningful_paint2_quiet_ and keep first_meaningful_paint2_quiet_swap. But first_meaningful_paint2_quiet_ is still playing a role in the algorithm, which therefore makes the clean up a bit tricker. We will focus on this issue in a later patch. Bug: 747484 Change-Id: I8bdb5f4551fe823ad56fd26d735e37e626006c61 Reviewed-on: https://chromium-review.googlesource.com/c/1355258Reviewed-by:Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Liquan (Max) Gǔ <maxlg@chromium.org> Cr-Commit-Position: refs/heads/master@{#613374}
Showing
Please register or sign in to comment