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

Unified Diff: media/renderers/video_renderer_impl_unittest.cc

Issue 1129323003: Allow callers of TimeSource::GetWallClockTime() to suspend time. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments. Created 5 years, 7 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
« no previous file with comments | « media/renderers/video_renderer_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/renderers/video_renderer_impl_unittest.cc
diff --git a/media/renderers/video_renderer_impl_unittest.cc b/media/renderers/video_renderer_impl_unittest.cc
index c77fc74226d6174159f525ee60a8fa8d62f1dad4..cadaabf9252b29d54dbfba193a49e0b9f20992a1 100644
--- a/media/renderers/video_renderer_impl_unittest.cc
+++ b/media/renderers/video_renderer_impl_unittest.cc
@@ -290,7 +290,7 @@ class VideoRendererImplTest : public testing::TestWithParam<bool> {
PipelineStatistics last_pipeline_statistics_;
private:
- base::TimeTicks GetWallClockTime(base::TimeDelta time) {
+ base::TimeTicks GetWallClockTime(base::TimeDelta time, int request_flags) {
base::AutoLock l(lock_);
return tick_clock_->NowTicks() + (time - time_);
}
« no previous file with comments | « media/renderers/video_renderer_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698