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

Unified Diff: cc/scheduler/scheduler_state_machine.cc

Issue 221833009: cc: Move scheduling logic out of OutputSurface (Closed) Base URL: http://git.chromium.org/chromium/src.git@swapAck2Sched11
Patch Set: rebase; sami's comments Created 6 years, 8 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/scheduler_state_machine.cc
diff --git a/cc/scheduler/scheduler_state_machine.cc b/cc/scheduler/scheduler_state_machine.cc
index 0cb9951a28e69d58ccb48a9de4db797dd5a45f0b..cda23ee463bce47c235ba33a8673621d5fc2ce40 100644
--- a/cc/scheduler/scheduler_state_machine.cc
+++ b/cc/scheduler/scheduler_state_machine.cc
@@ -803,7 +803,7 @@ bool SchedulerStateMachine::ShouldPollForAnticipatedDrawTriggers() const {
bool SchedulerStateMachine::SupportsProactiveBeginFrame() const {
// Both the synchronous compositor and disabled vsync settings
- // make it undesirable to proactively request BeginImplFrames.
+ // make it undesirable to proactively request BeginFrames.
// If this is true, the scheduler should poll.
return !settings_.using_synchronous_renderer_compositor;
}

Powered by Google App Engine
This is Rietveld 408576698