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

Unified Diff: media/renderers/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/renderer_impl.h
diff --git a/media/renderers/renderer_impl.h b/media/renderers/renderer_impl.h
index befa95c18f6a48050b8d403ff9cf3d7e47687948..8da0276b75e4edd4ff2c775a43d3134d0701050a 100644
--- a/media/renderers/renderer_impl.h
+++ b/media/renderers/renderer_impl.h
@@ -74,7 +74,7 @@ class MEDIA_EXPORT RendererImpl : public Renderer {
STATE_ERROR
};
- base::TimeDelta GetMediaTimeForSyncingVideo();
+ base::TimeTicks GetWallclockTimeForMediaTime(base::TimeDelta time);
// Requests that this object notifies when a decryptor is ready through the
// |decryptor_ready_cb| provided.

Powered by Google App Engine
This is Rietveld 408576698