diff options
Diffstat (limited to 'cc/test/scheduler_test_common.h')
-rw-r--r-- | cc/test/scheduler_test_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/test/scheduler_test_common.h b/cc/test/scheduler_test_common.h index 7f7df8c..6bca5f6 100644 --- a/cc/test/scheduler_test_common.h +++ b/cc/test/scheduler_test_common.h @@ -119,7 +119,7 @@ class FakeFrameRateController : public cc::FrameRateController { public: FakeFrameRateController(scoped_refptr<cc::TimeSource> timer) : cc::FrameRateController(timer) { } - int numFramesPending() const { return m_numFramesPending; } + int numFramesPending() const { return num_frames_pending_; } }; } // namespace cc |