| Index: cc/test/scheduler_test_common.h
|
| diff --git a/cc/test/scheduler_test_common.h b/cc/test/scheduler_test_common.h
|
| index dffd71bbda441a5df6e9426f2145ab0b2e9460d5..00a31e6fa012eb598de74c26a8beeb0967b53513 100644
|
| --- a/cc/test/scheduler_test_common.h
|
| +++ b/cc/test/scheduler_test_common.h
|
| @@ -204,11 +204,6 @@ class TestScheduler : public Scheduler {
|
| BeginFrameSource* begin_frame_source,
|
| std::unique_ptr<CompositorTimingHistory> compositor_timing_history);
|
|
|
| - // Extra test helper functionality
|
| - bool IsBeginRetroFrameArgsEmpty() const {
|
| - return begin_retro_frame_args_.empty();
|
| - }
|
| -
|
| bool SwapThrottled() const { return state_machine_.SwapThrottled(); }
|
|
|
| bool NeedsBeginMainFrame() const {
|
|
|