Index: cc/test/scheduler_test_common.h |
diff --git a/cc/test/scheduler_test_common.h b/cc/test/scheduler_test_common.h |
index 46e6012d306afc1a89246b411f2e13535fae5379..071332d1b29fd4bc962a5ddd4bede37cf4e3014f 100644 |
--- a/cc/test/scheduler_test_common.h |
+++ b/cc/test/scheduler_test_common.h |
@@ -51,8 +51,6 @@ class FakeFrameRateController : public FrameRateController { |
public: |
explicit FakeFrameRateController(scoped_refptr<TimeSource> timer) |
: FrameRateController(timer) {} |
- |
- int NumFramesPending() const { return num_frames_pending_; } |
}; |
} // namespace cc |