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

Unified Diff: content/renderer/media/video_capture_impl.cc

Issue 2589663003: mojo:: Rename mojo::GetProxy() to mojo::MakeRequest() (Closed)
Patch Set: Rebase Created 4 years 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/media/video_capture_impl.cc
diff --git a/content/renderer/media/video_capture_impl.cc b/content/renderer/media/video_capture_impl.cc
index aaacbf0695f01a8afac11d23064ad5a6d5705e65..db341d33bd32ed176b5d6341079695753e1cfd00 100644
--- a/content/renderer/media/video_capture_impl.cc
+++ b/content/renderer/media/video_capture_impl.cc
@@ -76,7 +76,7 @@ VideoCaptureImpl::VideoCaptureImpl(media::VideoCaptureSessionId session_id)
if (ChildThread::Get()) { // This will be null in unit tests.
mojom::VideoCaptureHostPtr temp_video_capture_host;
ChildThread::Get()->GetRemoteInterfaces()->GetInterface(
- mojo::GetProxy(&temp_video_capture_host));
+ mojo::MakeRequest(&temp_video_capture_host));
video_capture_host_info_ = temp_video_capture_host.PassInterface();
}
}
« no previous file with comments | « content/renderer/media/user_media_client_impl.cc ('k') | content/renderer/pepper/pepper_media_device_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698