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

Unified Diff: media/base/pipeline_unittest.cc

Issue 1178423008: Provision to start base::SimpleTestTickClock at initial ticks Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years 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
« no previous file with comments | « media/base/null_video_sink_unittest.cc ('k') | media/base/time_delta_interpolator_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/pipeline_unittest.cc
diff --git a/media/base/pipeline_unittest.cc b/media/base/pipeline_unittest.cc
index 540627832558714958e5405779995cfe79cc501a..4d22322d4647551879ce701939fcfa8bbec781ae 100644
--- a/media/base/pipeline_unittest.cc
+++ b/media/base/pipeline_unittest.cc
@@ -97,8 +97,8 @@ class PipelineTest : public ::testing::Test {
};
PipelineTest()
- : pipeline_(new Pipeline(message_loop_.task_runner(),
- new MediaLog())),
+ : test_tick_clock_(base::TimeTicks()),
+ pipeline_(new Pipeline(message_loop_.task_runner(), new MediaLog())),
demuxer_(new StrictMock<MockDemuxer>()),
scoped_renderer_(new StrictMock<MockRenderer>()),
renderer_(scoped_renderer_.get()) {
« no previous file with comments | « media/base/null_video_sink_unittest.cc ('k') | media/base/time_delta_interpolator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698