| 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 19e734148e485259a89100a8ae0ab998be40b096..e2604e65a2caba19c6754210f1fc27f3a7339c49 100644
|
| --- a/content/renderer/media/render_media_client.h
|
| +++ b/content/renderer/media/render_media_client.h
|
| @@ -30,6 +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 IsSupportedAudioConfig(const media::AudioConfig& config) override;
|
| bool IsSupportedVideoConfig(const media::VideoConfig& config) override;
|
|
|
| void SetTickClockForTesting(std::unique_ptr<base::TickClock> tick_clock);
|
|
|