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

Unified Diff: cc/scheduler/compositor_timing_history.cc

Issue 2337913003: Fork cc::OutputSurface into cc::CompositorFrameSink. (Closed)
Patch Set: cfsfork: rebase Created 4 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
Index: cc/scheduler/compositor_timing_history.cc
diff --git a/cc/scheduler/compositor_timing_history.cc b/cc/scheduler/compositor_timing_history.cc
index e7a5533feb280b0df5e4f3174298cd2251aa0169..2ecc6387ecaa9f495c381721784bd64e4e28766b 100644
--- a/cc/scheduler/compositor_timing_history.cc
+++ b/cc/scheduler/compositor_timing_history.cc
@@ -439,7 +439,7 @@ base::TimeDelta CompositorTimingHistory::DrawDurationEstimate() const {
return draw_duration_history_.Percentile(kDrawEstimationPercentile);
}
-void CompositorTimingHistory::DidCreateAndInitializeOutputSurface() {
+void CompositorTimingHistory::DidCreateAndInitializeCompositorFrameSink() {
// After we get a new output surface, we won't get a spurious
// swap ack from the old output surface.
swap_start_time_ = base::TimeTicks();

Powered by Google App Engine
This is Rietveld 408576698