Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(988)

Unified Diff: cc/test/scheduler_test_common.cc

Issue 1200113003: cc: Cleanup DelayBasedTimeSource code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@task_runner_refptr
Patch Set: mithro's review Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« cc/scheduler/delay_based_time_source.cc ('K') | « cc/test/scheduler_test_common.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/scheduler_test_common.cc
diff --git a/cc/test/scheduler_test_common.cc b/cc/test/scheduler_test_common.cc
index 31272ddc4481812fce9dffd931146eac7cd25ac8..a157f41a89847f1594a6a79983dd924599e877c9 100644
--- a/cc/test/scheduler_test_common.cc
+++ b/cc/test/scheduler_test_common.cc
@@ -58,8 +58,9 @@ base::TimeTicks TestBackToBackBeginFrameSource::Now() {
}
TestSyntheticBeginFrameSource::TestSyntheticBeginFrameSource(
+ OrderedSimpleTaskRunner* task_runner,
scoped_ptr<DelayBasedTimeSource> time_source)
- : SyntheticBeginFrameSource(time_source.Pass()) {
+ : SyntheticBeginFrameSource(task_runner, time_source.Pass()) {
}
TestSyntheticBeginFrameSource::~TestSyntheticBeginFrameSource() {
« cc/scheduler/delay_based_time_source.cc ('K') | « cc/test/scheduler_test_common.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698