| Index: chromecast/common/media/cast_media_client.h
|
| diff --git a/chromecast/common/media/cast_media_client.h b/chromecast/common/media/cast_media_client.h
|
| index ac5b0f33474fde6d253787e44f1e314c3f5b3bc6..b1a0a38bd4c007527fc4e8a23aa107d2687218fc 100644
|
| --- a/chromecast/common/media/cast_media_client.h
|
| +++ b/chromecast/common/media/cast_media_client.h
|
| @@ -30,6 +30,7 @@ class CastMediaClient : public ::media::MediaClient {
|
| std::vector<std::unique_ptr<::media::KeySystemProperties>>*
|
| key_systems_properties) override;
|
| void RecordRapporURL(const std::string& metric, const GURL& url) override;
|
| + bool IsSupportedAudioConfig(const ::media::AudioConfig& config) override;
|
| bool IsSupportedVideoConfig(const ::media::VideoConfig& config) override;
|
|
|
| private:
|
|
|