| Index: cc/test/scheduler_test_common.h
|
| diff --git a/cc/test/scheduler_test_common.h b/cc/test/scheduler_test_common.h
|
| index 763ccc8351d761e5d546b961cbfa29d17f424e37..825c9a3d714b81ed807142e227591973f95a5d9d 100644
|
| --- a/cc/test/scheduler_test_common.h
|
| +++ b/cc/test/scheduler_test_common.h
|
| @@ -186,6 +186,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;
|
|
|
|
|