| Index: content/public/renderer/content_renderer_client.h
|
| diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h
|
| index 7a3ecf54b37c65d6144fa4d8c9356a8ea3046b14..3cfb080801899eead43a67572ba0cd296cbe7053 100644
|
| --- a/content/public/renderer/content_renderer_client.h
|
| +++ b/content/public/renderer/content_renderer_client.h
|
| @@ -275,6 +275,9 @@ class CONTENT_EXPORT ContentRendererClient {
|
| // Allows embedder to describe customized video capabilities.
|
| virtual bool IsSupportedVideoConfig(const media::VideoConfig& config);
|
|
|
| + // Return true if the bitstream format |codec| is supported by the audio sink.
|
| + virtual bool IsSupportedBitstreamAudioCodec(media::AudioCodec codec);
|
| +
|
| // Returns true if we should report a detailed message (including a stack
|
| // trace) for console [logs|errors|exceptions]. |source| is the WebKit-
|
| // reported source for the error; this can point to a page or a script,
|
|
|