| Index: chromecast/media/cma/backend/alsa/media_pipeline_backend_alsa.h
|
| diff --git a/chromecast/media/cma/backend/alsa/media_pipeline_backend_alsa.h b/chromecast/media/cma/backend/alsa/media_pipeline_backend_alsa.h
|
| index 2ef0dafc99494943f5246a9a3bf1c87d7ae0c2c8..6cdde7414e814d01da069816870d4dc982da851a 100644
|
| --- a/chromecast/media/cma/backend/alsa/media_pipeline_backend_alsa.h
|
| +++ b/chromecast/media/cma/backend/alsa/media_pipeline_backend_alsa.h
|
| @@ -13,6 +13,7 @@
|
| #include "base/time/time.h"
|
| #include "chromecast/public/media/media_pipeline_backend.h"
|
| #include "chromecast/public/media/media_pipeline_device_params.h"
|
| +#include "chromecast/public/volume_control.h"
|
|
|
| namespace base {
|
| class SingleThreadTaskRunner;
|
| @@ -43,6 +44,7 @@ class MediaPipelineBackendAlsa : public MediaPipelineBackend {
|
|
|
| bool Primary() const;
|
| std::string DeviceId() const;
|
| + AudioContentType ContentType() const;
|
| const scoped_refptr<base::SingleThreadTaskRunner>& GetTaskRunner() const;
|
|
|
| private:
|
|
|