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

Unified Diff: cc/test/scheduler_test_common.h

Issue 2409923002: cc: Rename SwapBuffers on CompositorFrameSink to SubmitCompositorFrame (Closed)
Patch Set: swap-to-submit: rebase Created 4 years, 2 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/test/scheduler_test_common.h
diff --git a/cc/test/scheduler_test_common.h b/cc/test/scheduler_test_common.h
index b13341bcce37ea8546d1431f1ff6a6e05a88ece3..c37b018052cb94bb489e786fbdfb139dbe9d9aab 100644
--- a/cc/test/scheduler_test_common.h
+++ b/cc/test/scheduler_test_common.h
@@ -128,7 +128,7 @@ class TestScheduler : public Scheduler {
OrderedSimpleTaskRunner* task_runner,
std::unique_ptr<CompositorTimingHistory> compositor_timing_history);
- bool SwapThrottled() const { return state_machine_.SwapThrottled(); }
+ bool SubmitThrottled() const { return state_machine_.SubmitThrottled(); }
bool NeedsBeginMainFrame() const {
return state_machine_.needs_begin_main_frame();

Powered by Google App Engine
This is Rietveld 408576698