summaryrefslogtreecommitdiffstats
path: root/cc/test/scheduler_test_common.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/test/scheduler_test_common.cc')
-rw-r--r--cc/test/scheduler_test_common.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/cc/test/scheduler_test_common.cc b/cc/test/scheduler_test_common.cc
index 4d7f06d..b6b1b2b 100644
--- a/cc/test/scheduler_test_common.cc
+++ b/cc/test/scheduler_test_common.cc
@@ -37,9 +37,9 @@ std::string TestDelayBasedTimeSource::TypeString() const {
TestDelayBasedTimeSource::~TestDelayBasedTimeSource() {
}
-void FakeBeginFrameSource::DidFinishFrame(size_t remaining_frames) {
- remaining_frames_ = remaining_frames;
-}
+FakeBeginFrameSource::FakeBeginFrameSource() {}
+
+FakeBeginFrameSource::~FakeBeginFrameSource() {}
void FakeBeginFrameSource::AsValueInto(
base::trace_event::TracedValue* dict) const {