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 51a3cd9da6a645f526c2f9996c01a6444d66b234..d832bcea738a06cea35748fac08823bea5c5d870 100644 |
--- a/media/mojo/services/mojo_renderer_service.h |
+++ b/media/mojo/services/mojo_renderer_service.h |
@@ -72,6 +72,7 @@ class MEDIA_MOJO_EXPORT MojoRendererService |
void OnWaitingForDecryptionKey() final; |
void OnVideoNaturalSizeChange(const gfx::Size& size) final; |
void OnVideoOpacityChange(bool opaque) final; |
+ void OnDurationChange(base::TimeDelta duration) final; |
// Called when the DemuxerStreamProviderShim is ready to go (has a config, |
// pipe handle, etc) and can be handed off to a renderer for use. |