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

Unified Diff: media/base/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: media/base/media_client.h
diff --git a/media/base/media_client.h b/media/base/media_client.h
index e3bb095a6ac83077bb5b7213fdff6b8392926600..e575e1c9dcf48cfa6c3f15b7692f3f20d9ceee41 100644
--- a/media/base/media_client.h
+++ b/media/base/media_client.h
@@ -11,6 +11,7 @@
#include "media/base/key_system_properties.h"
#include "media/base/media_export.h"
#include "media/base/video_codecs.h"
+#include "ui/gfx/color_space.h"
#include "url/gurl.h"
namespace media {
@@ -70,7 +71,8 @@ class MEDIA_EXPORT MediaClient {
// supported. The |level| value is codec-specific.
virtual bool IsSupportedVideoConfig(VideoCodec codec,
VideoCodecProfile profile,
- int level) = 0;
+ int level,
+ gfx::ColorSpace::TransferID eotf) = 0;
};
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698