| 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..b2b59ea3d3d173c5ac7f48414ed8e99fb8d769cc 100644
|
| --- a/chromecast/common/media/cast_media_client.h
|
| +++ b/chromecast/common/media/cast_media_client.h
|
| @@ -32,7 +32,8 @@ class CastMediaClient : public ::media::MediaClient {
|
| void RecordRapporURL(const std::string& metric, const GURL& url) override;
|
| bool IsSupportedVideoConfig(::media::VideoCodec codec,
|
| ::media::VideoCodecProfile profile,
|
| - int level) override;
|
| + int level,
|
| + gfx::ColorSpace::TransferID eotf) override;
|
|
|
| private:
|
| friend struct base::DefaultLazyInstanceTraits<CastMediaClient>;
|
|
|