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

Unified Diff: media/renderers/audio_renderer_impl.h

Issue 1027553002: Change the TimeSource interface to return wallclock time for video. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comment. Created 5 years, 9 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
Index: media/renderers/audio_renderer_impl.h
diff --git a/media/renderers/audio_renderer_impl.h b/media/renderers/audio_renderer_impl.h
index 1972c8726b676337d8ee5232d4bbb3f72cf1db3f..c4dc6b2f3a39a2df7a09bd383eeba1c8de81f973 100644
--- a/media/renderers/audio_renderer_impl.h
+++ b/media/renderers/audio_renderer_impl.h
@@ -71,7 +71,7 @@ class MEDIA_EXPORT AudioRendererImpl
void SetPlaybackRate(float rate) override;
void SetMediaTime(base::TimeDelta time) override;
base::TimeDelta CurrentMediaTime() override;
- base::TimeDelta CurrentMediaTimeForSyncingVideo() override;
+ base::TimeTicks GetWallclockTimeForMediaTime(base::TimeDelta time) override;
// AudioRenderer implementation.
void Initialize(DemuxerStream* stream,

Powered by Google App Engine
This is Rietveld 408576698