Index: cc/scheduler/scheduler_state_machine.cc |
diff --git a/cc/scheduler/scheduler_state_machine.cc b/cc/scheduler/scheduler_state_machine.cc |
index 7b2bb438e7c861478d7227475182a4e59df0d126..02448897daf82ec3fa5ddde25622eeaeb2217d6d 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; |
Sami
2014/04/22 18:34:13
Should we also check throttle_frame_production her
brianderson
2014/04/22 22:34:49
I will update the comment. The way disabled vsync
|
} |