Index: cc/test/scheduler_test_common.h |
diff --git a/cc/test/scheduler_test_common.h b/cc/test/scheduler_test_common.h |
index d4f958fe72163e11c33bac00f33f49d29314a63b..5b29c7027f13075236e2b7673e94391e129ad50f 100644 |
--- a/cc/test/scheduler_test_common.h |
+++ b/cc/test/scheduler_test_common.h |
@@ -220,8 +220,8 @@ class TestScheduler : public Scheduler { |
BeginFrameSource& frame_source() { return *frame_source_; } |
bool FrameProductionThrottled() { return throttle_frame_production_; } |
- bool MainThreadIsInHighLatencyMode() const { |
- return state_machine_.MainThreadIsInHighLatencyMode(); |
+ bool MainThreadMissedLastDeadline() const { |
+ return state_machine_.main_thread_missed_last_deadline(); |
} |
bool WasSwapThrottledAtLastBeginFrame() const { |