| 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 e6fa9ab4a3b9855ef844396cfb715e860ffeeea3..15550a4e8bde9847000cb1a59f2d552c7f39b4d9 100644
|
| --- a/chromecast/common/media/cast_media_client.h
|
| +++ b/chromecast/common/media/cast_media_client.h
|
| @@ -30,9 +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 IsSupportedVideoConfig(::media::VideoCodec codec,
|
| - ::media::VideoCodecProfile profile,
|
| - int level) override;
|
| + bool IsSupportedVideoConfig(const ::media::VideoConfig& config) override;
|
|
|
| private:
|
| friend struct base::DefaultLazyInstanceTraits<CastMediaClient>;
|
|
|