| Index: content/renderer/media/render_media_client.h
|
| diff --git a/content/renderer/media/render_media_client.h b/content/renderer/media/render_media_client.h
|
| index c439e6e8ff908a9915daf2f30b3b4b655dd8a371..b5cba0e2620c1fc6eb50567e3ea6cf1f52ed1d82 100644
|
| --- a/content/renderer/media/render_media_client.h
|
| +++ b/content/renderer/media/render_media_client.h
|
| @@ -25,6 +25,7 @@ class CONTENT_EXPORT RenderMediaClient : public media::MediaClient {
|
| bool IsKeySystemsUpdateNeeded() final;
|
| bool IsSupportedAudioConfig(const media::AudioConfig& config) final;
|
| bool IsSupportedVideoConfig(const media::VideoConfig& config) final;
|
| + bool IsSupportedBistreamAudioCodec(media::AudioCodec codec) final;
|
|
|
| private:
|
| RenderMediaClient();
|
|
|