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

Unified Diff: content/renderer/media/render_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: content/renderer/media/render_media_client.h
diff --git a/content/renderer/media/render_media_client.h b/content/renderer/media/render_media_client.h
index 0f05ceac2f2edb1d0dd0f2316c27ce7db06559b4..77360c39b78d9d19162e15c180ca4a439905bf2d 100644
--- a/content/renderer/media/render_media_client.h
+++ b/content/renderer/media/render_media_client.h
@@ -32,7 +32,8 @@ class CONTENT_EXPORT RenderMediaClient : public media::MediaClient {
void RecordRapporURL(const std::string& metric, const GURL& url) final;
bool IsSupportedVideoConfig(media::VideoCodec codec,
media::VideoCodecProfile profile,
- int level) override;
+ int level,
+ gfx::ColorSpace::TransferID eotf) override;
void SetTickClockForTesting(std::unique_ptr<base::TickClock> tick_clock);

Powered by Google App Engine
This is Rietveld 408576698