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

Unified Diff: content/child/blink_platform_impl.cc

Issue 2706313002: Media Capabilities: add plumbing between Blink and media/blink/. (Closed)
Patch Set: haraken comment 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/child/blink_platform_impl.cc
diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
index 0b41bff1199ca0e08cb56193556e4d79a0bf3cbe..c3f33ee874b9ee70a33929ba162741f28c3ff145 100644
--- a/content/child/blink_platform_impl.cc
+++ b/content/child/blink_platform_impl.cc
@@ -737,6 +737,11 @@ blink::WebPushProvider* BlinkPlatformImpl::pushProvider() {
return PushProvider::ThreadSpecificInstance(main_thread_task_runner_);
}
+blink::WebMediaCapabilitiesClient*
+BlinkPlatformImpl::mediaCapabilitiesClient() {
+ return &media_capabilities_client_;
+}
+
WebThemeEngine* BlinkPlatformImpl::themeEngine() {
return &native_theme_engine_;
}

Powered by Google App Engine
This is Rietveld 408576698