| Index: cc/test/scheduler_test_common.h
|
| diff --git a/cc/test/scheduler_test_common.h b/cc/test/scheduler_test_common.h
|
| index 00cdd75646512dd1412618bc7478b92f99a0f213..7c4d568ebdb836a4af91f7c80dea2c5910908bb0 100644
|
| --- a/cc/test/scheduler_test_common.h
|
| +++ b/cc/test/scheduler_test_common.h
|
| @@ -188,6 +188,7 @@ class TestScheduler : public Scheduler {
|
|
|
| BeginFrameSource& frame_source() { return *frame_source_; }
|
| bool FrameProductionThrottled() { return throttle_frame_production_; }
|
| + BeginFrameArgs begin_impl_frame_args() { return begin_impl_frame_args_; }
|
|
|
| ~TestScheduler() override;
|
|
|
|
|