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

Unified Diff: content/renderer/renderer_webkitplatformsupport_impl.h

Issue 9309078: Adding a skeleton MediaStreamCenter. (Closed)
Patch Set: Fixed review comments Created 8 years, 10 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/renderer_webkitplatformsupport_impl.h
diff --git a/content/renderer/renderer_webkitplatformsupport_impl.h b/content/renderer/renderer_webkitplatformsupport_impl.h
index 9b569771a9e4d95d8e66441f67f12ce77ea93deb..1165ba372e82d63eb42f1ea850c0b0fabb7dde8f 100644
--- a/content/renderer/renderer_webkitplatformsupport_impl.h
+++ b/content/renderer/renderer_webkitplatformsupport_impl.h
@@ -96,6 +96,8 @@ class CONTENT_EXPORT RendererWebKitPlatformSupportImpl
std::vector<webkit::WebPluginInfo>* plugins) OVERRIDE;
virtual WebKit::WebPeerConnectionHandler* createPeerConnectionHandler(
WebKit::WebPeerConnectionHandlerClient* client) OVERRIDE;
+ virtual WebKit::WebMediaStreamCenter* createMediaStreamCenter(
+ WebKit::WebMediaStreamCenterClient* client) OVERRIDE;
private:
bool CheckPreparsedJsCachingEnabled() const;

Powered by Google App Engine
This is Rietveld 408576698