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

Unified Diff: content/renderer/media/render_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
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..19e734148e485259a89100a8ae0ab998be40b096 100644
--- a/content/renderer/media/render_media_client.h
+++ b/content/renderer/media/render_media_client.h
@@ -30,9 +30,7 @@ class CONTENT_EXPORT RenderMediaClient : public media::MediaClient {
std::vector<std::unique_ptr<media::KeySystemProperties>>*
key_systems_properties) final;
void RecordRapporURL(const std::string& metric, const GURL& url) final;
- bool IsSupportedVideoConfig(media::VideoCodec codec,
- media::VideoCodecProfile profile,
- int level) override;
+ bool IsSupportedVideoConfig(const media::VideoConfig& config) override;
void SetTickClockForTesting(std::unique_ptr<base::TickClock> tick_clock);
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/renderer/media/render_media_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698