diff options
Diffstat (limited to 'media/mojo/services/mojo_media_client.h')
-rw-r--r-- | media/mojo/services/mojo_media_client.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/media/mojo/services/mojo_media_client.h b/media/mojo/services/mojo_media_client.h index 4e4d39b..38bf338 100644 --- a/media/mojo/services/mojo_media_client.h +++ b/media/mojo/services/mojo_media_client.h @@ -5,13 +5,16 @@ #ifndef MEDIA_MOJO_SERVICES_MOJO_MEDIA_CLIENT_H_ #define MEDIA_MOJO_SERVICES_MOJO_MEDIA_CLIENT_H_ -#include "base/single_thread_task_runner.h" #include "media/base/audio_renderer_sink.h" #include "media/base/cdm_factory.h" #include "media/base/media_log.h" #include "media/base/renderer_factory.h" #include "media/base/video_renderer_sink.h" +namespace base { +class SingleThreadTaskRunner; +} + namespace mojo { namespace shell { namespace mojom { @@ -22,12 +25,10 @@ class InterfaceProvider; namespace media { -class MojoMediaClient { +class MEDIA_EXPORT MojoMediaClient { public: virtual ~MojoMediaClient(); - static scoped_ptr<MojoMediaClient> Create(); - // Called exactly once before any other method. virtual void Initialize(); // Returns the RendererFactory to be used by MojoRendererService. If returns |