Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(222)

Unified Diff: chromecast/common/media/cast_media_client.h

Issue 2723833002: WebM support for new multipart VP9 string. (Closed)
Patch Set: Use latest ordering (9 parts), Plumb eotf to media client Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>;
« no previous file with comments | « no previous file | chromecast/common/media/cast_media_client.cc » ('j') | chromecast/common/media/cast_media_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698