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

Unified Diff: third_party/WebKit/public/platform/Platform.h

Issue 2706313002: Media Capabilities: add plumbing between Blink and media/blink/. (Closed)
Patch Set: oups 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: third_party/WebKit/public/platform/Platform.h
diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h
index 9b20ac06bada87bb651c29bc058b0d7df0cc5518..b50e7057f3582a5052e9d6468ff9218c0a24ee3c 100644
--- a/third_party/WebKit/public/platform/Platform.h
+++ b/third_party/WebKit/public/platform/Platform.h
@@ -92,6 +92,7 @@ class WebIDBFactory;
class WebImageCaptureFrameGrabber;
class WebMIDIAccessor;
class WebMIDIAccessorClient;
+class WebMediaCapabilitiesClient;
class WebMediaPlayer;
class WebMediaRecorderHandler;
class WebMediaStream;
@@ -677,6 +678,12 @@ class BLINK_PLATFORM_EXPORT Platform {
virtual WebTrialTokenValidator* trialTokenValidator() { return nullptr; }
+ // Media Capabilities --------------------------------------------------
+
+ virtual WebMediaCapabilitiesClient* mediaCapabilitiesClient() {
+ return nullptr;
+ }
+
// Memory ------------------------------------------------------------
// Requests purging memory. The platform may or may not purge memory,
« no previous file with comments | « third_party/WebKit/public/platform/DEPS ('k') | third_party/WebKit/public/platform/modules/media_capabilities/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698