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

Unified Diff: cc/scheduler/compositor_timing_history.h

Issue 2337913003: Fork cc::OutputSurface into cc::CompositorFrameSink. (Closed)
Patch Set: cfsfork: android-vulkan 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
« no previous file with comments | « cc/scheduler/commit_earlyout_reason_unittest.cc ('k') | cc/scheduler/compositor_timing_history.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/scheduler/compositor_timing_history.h
diff --git a/cc/scheduler/compositor_timing_history.h b/cc/scheduler/compositor_timing_history.h
index 0366a053f86237413ec9063aa051c73af0b62cdb..6ae539d5b5592a76b833083f2ab3b5c3ee640d85 100644
--- a/cc/scheduler/compositor_timing_history.h
+++ b/cc/scheduler/compositor_timing_history.h
@@ -50,7 +50,7 @@ class CC_EXPORT CompositorTimingHistory {
// State that affects when events should be expected/recorded/reported.
void SetRecordingEnabled(bool enabled);
- void DidCreateAndInitializeOutputSurface();
+ void DidCreateAndInitializeCompositorFrameSink();
// Events to be timed.
void WillBeginImplFrame(bool new_active_tree_is_likely);
« no previous file with comments | « cc/scheduler/commit_earlyout_reason_unittest.cc ('k') | cc/scheduler/compositor_timing_history.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698