| Index: media/mojo/interfaces/renderer.mojom
|
| diff --git a/media/mojo/interfaces/renderer.mojom b/media/mojo/interfaces/renderer.mojom
|
| index e290ed4c15b4b1c8721d27f67485b41773b07678..2bd42ea715ad88fc422c7014513c958715de44c7 100644
|
| --- a/media/mojo/interfaces/renderer.mojom
|
| +++ b/media/mojo/interfaces/renderer.mojom
|
| @@ -43,9 +43,11 @@ interface RendererClient {
|
| // calls to OnTimeUpdate().
|
| // |max_time| is typically the media timestamp of the last audio frame
|
| // buffered by the audio hardware.
|
| + // |capture_time| is monotonic clock time at which the times were captured.
|
| // |max_time| must be greater or equal to |time|.
|
| OnTimeUpdate(mojo.common.mojom.TimeDelta time,
|
| - mojo.common.mojom.TimeDelta max_time);
|
| + mojo.common.mojom.TimeDelta max_time,
|
| + mojo.common.mojom.TimeTicks capture_time);
|
|
|
| // Called to report buffering state changes, see media_types.mojom.
|
| OnBufferingStateChange(BufferingState state);
|
|
|