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

Unified Diff: content/renderer/render_frame_impl.cc

Issue 256763003: Add WebUserMediaClient getter on RenderFrameImpl in preparation for getting it from WebFrameClient. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 8 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
« no previous file with comments | « content/renderer/render_frame_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_frame_impl.cc
===================================================================
--- content/renderer/render_frame_impl.cc (revision 266201)
+++ content/renderer/render_frame_impl.cc (working copy)
@@ -2564,6 +2564,10 @@
return render_view_->userMediaClient();
}
+blink::WebMIDIClient* RenderFrameImpl::webMIDIClient() {
+ return render_view_->webMIDIClient();
+}
+
bool RenderFrameImpl::willCheckAndDispatchMessageEvent(
blink::WebLocalFrame* sourceFrame,
blink::WebFrame* targetFrame,
« no previous file with comments | « content/renderer/render_frame_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698