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

Unified Diff: media/base/time_delta_interpolator_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/pipeline_unittest.cc ('k') | media/base/wall_clock_time_source_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/time_delta_interpolator_unittest.cc
diff --git a/media/base/time_delta_interpolator_unittest.cc b/media/base/time_delta_interpolator_unittest.cc
index 04ee8f747cbaed68a1ce7839cb1891fb04bb7e56..400d417f76e316ad9f863cf82e054d14d5e6145b 100644
--- a/media/base/time_delta_interpolator_unittest.cc
+++ b/media/base/time_delta_interpolator_unittest.cc
@@ -11,7 +11,8 @@ namespace media {
class TimeDeltaInterpolatorTest : public ::testing::Test {
public:
- TimeDeltaInterpolatorTest() : interpolator_(&test_tick_clock_) {}
+ TimeDeltaInterpolatorTest()
+ : test_tick_clock_(base::TimeTicks()), interpolator_(&test_tick_clock_) {}
protected:
void AdvanceSystemTime(base::TimeDelta delta) {
« no previous file with comments | « media/base/pipeline_unittest.cc ('k') | media/base/wall_clock_time_source_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698