Index: content/browser/renderer_host/media/video_capture_host.h |
diff --git a/content/browser/renderer_host/media/video_capture_host.h b/content/browser/renderer_host/media/video_capture_host.h |
index 4648466cdefac5edb4018923526af2d0e34900e0..54b7428a6d6ad5aa29ed693d408c52a98e9b1d69 100644 |
--- a/content/browser/renderer_host/media/video_capture_host.h |
+++ b/content/browser/renderer_host/media/video_capture_host.h |
@@ -110,10 +110,10 @@ class CONTENT_EXPORT VideoCaptureHost |
void OnStartCapture(int device_id, |
const media::VideoCaptureParams& params); |
void OnControllerAdded( |
- int device_id, const media::VideoCaptureParams& params, |
+ int device_id, |
const base::WeakPtr<VideoCaptureController>& controller); |
void DoControllerAddedOnIOThread( |
- int device_id, const media::VideoCaptureParams& params, |
+ int device_id, |
const base::WeakPtr<VideoCaptureController>& controller); |
// IPC message: Stop capture on device referenced by |device_id|. |