Index: media/mojo/services/mojo_renderer_service.h |
diff --git a/media/mojo/services/mojo_renderer_service.h b/media/mojo/services/mojo_renderer_service.h |
index ed63e58dfcb5a38842d045e1b5c85547ce5f5f62..d60734b8a67d72dc5741ca6eeda90a0e89f26923 100644 |
--- a/media/mojo/services/mojo_renderer_service.h |
+++ b/media/mojo/services/mojo_renderer_service.h |
@@ -45,6 +45,7 @@ class MojoRendererService : public mojom::Renderer, public RendererClient { |
const mojo::Callback<void(bool)>& callback) final; |
void Flush(const mojo::Closure& callback) final; |
void StartPlayingFrom(int64_t time_delta_usec) final; |
+ void RestartStreamPlayback(bool video_stream, int64_t time_delta_usec) final; |
void SetPlaybackRate(double playback_rate) final; |
void SetVolume(float volume) final; |
void SetCdm(int32_t cdm_id, const mojo::Callback<void(bool)>& callback) final; |