| Index: media/mojo/services/service_factory_impl.h
|
| diff --git a/media/mojo/services/service_factory_impl.h b/media/mojo/services/service_factory_impl.h
|
| index 37a50ffada79c2dfece7c00f39764b2db79ca35c..c7c144d3a837088943689195ce7bbcc75114e894 100644
|
| --- a/media/mojo/services/service_factory_impl.h
|
| +++ b/media/mojo/services/service_factory_impl.h
|
| @@ -39,6 +39,8 @@ class ServiceFactoryImpl : public interfaces::ServiceFactory {
|
| ~ServiceFactoryImpl() final;
|
|
|
| // interfaces::ServiceFactory implementation.
|
| + void CreateAudioDecoder(
|
| + mojo::InterfaceRequest<interfaces::AudioDecoder> audio_decoder) final;
|
| void CreateRenderer(
|
| mojo::InterfaceRequest<interfaces::Renderer> renderer) final;
|
| void CreateCdm(
|
|
|