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

Unified Diff: media/filters/video_renderer_algorithm_unittest.cc

Issue 2237243002: CL for perf tryjob on linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/base/wall_clock_time_source_unittest.cc ('k') | media/mojo/clients/mojo_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/video_renderer_algorithm_unittest.cc
diff --git a/media/filters/video_renderer_algorithm_unittest.cc b/media/filters/video_renderer_algorithm_unittest.cc
index b6c76589d90a64b2c7c1b4c29c45793f00533b0c..a18cc2e0ffff940bcbb40cc341cf1b307d67f05f 100644
--- a/media/filters/video_renderer_algorithm_unittest.cc
+++ b/media/filters/video_renderer_algorithm_unittest.cc
@@ -191,7 +191,7 @@ class VideoRendererAlgorithmTest : public testing::Test {
const base::TimeTicks start_time = tick_clock_->NowTicks();
while (tick_clock_->NowTicks() - start_time < minimum_glitch_time()) {
while (EffectiveFramesQueued() < 3 ||
- frame_tg->current() - time_source_.CurrentMediaTime() <
+ frame_tg->current() - time_source_.CurrentMediaTime(nullptr) <
base::TimeTicks()) {
algorithm_.EnqueueFrame(
CreateFrame(frame_tg->current() - base::TimeTicks()));
« no previous file with comments | « media/base/wall_clock_time_source_unittest.cc ('k') | media/mojo/clients/mojo_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698