Index: cc/test/scheduler_test_common.h |
diff --git a/cc/test/scheduler_test_common.h b/cc/test/scheduler_test_common.h |
index 7f7df8cb4fda2bca8e68534c7e895e976da7e06a..6bca5f6da372d0cf2b66649f058c1937514dc882 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 |