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

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

Issue 2723833002: WebM support for new multipart VP9 string. (Closed)
Patch Set: Rebase Created 3 years, 9 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
« no previous file with comments | « no previous file | chromecast/common/media/cast_media_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a53acb350eff7c30a6bf5953a2435d2e7e0e4ff0..ac5b0f33474fde6d253787e44f1e314c3f5b3bc6 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::LazyInstanceTraitsBase<CastMediaClient>;
« no previous file with comments | « no previous file | chromecast/common/media/cast_media_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698