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

Unified Diff: media/base/time_source.h

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/renderer_client.h ('k') | media/base/wall_clock_time_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/time_source.h
diff --git a/media/base/time_source.h b/media/base/time_source.h
index 496eced81a4996f63a1162716df651ec27d6a8fc..c901f875dd5e8d0764ae6167e1ef0edb1aeaec7b 100644
--- a/media/base/time_source.h
+++ b/media/base/time_source.h
@@ -47,7 +47,7 @@ class MEDIA_EXPORT TimeSource {
// Values returned are intended for informational purposes, such as displaying
// UI with the current minute and second count. While it is guaranteed values
// will never go backwards, the frequency at which they update may be low.
- virtual base::TimeDelta CurrentMediaTime() = 0;
+ virtual base::TimeDelta CurrentMediaTime(base::TimeTicks* reference) = 0;
// Converts a vector of media timestamps into a vector of wall clock times; if
// the media time is stopped, returns false, otherwise returns true. Even if
« no previous file with comments | « media/base/renderer_client.h ('k') | media/base/wall_clock_time_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698