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

Unified Diff: content/browser/renderer_host/media/web_contents_video_capture_device.h

Issue 83633008: Reland: Reorganize media::VideoCapture* types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/browser/renderer_host/media/web_contents_video_capture_device.h
diff --git a/content/browser/renderer_host/media/web_contents_video_capture_device.h b/content/browser/renderer_host/media/web_contents_video_capture_device.h
index 35d42d5d1d0fca3bd592690d1d89d1fc53d62b7b..cd99a225a57b32ca70deb2519c627cc5b3c9af4d 100644
--- a/content/browser/renderer_host/media/web_contents_video_capture_device.h
+++ b/content/browser/renderer_host/media/web_contents_video_capture_device.h
@@ -42,9 +42,8 @@ class CONTENT_EXPORT WebContentsVideoCaptureDevice
virtual ~WebContentsVideoCaptureDevice();
// VideoCaptureDevice implementation.
- virtual void AllocateAndStart(
- const media::VideoCaptureCapability& capture_format,
- scoped_ptr<Client> client) OVERRIDE;
+ virtual void AllocateAndStart(const media::VideoCaptureParams& params,
+ scoped_ptr<Client> client) OVERRIDE;
virtual void StopAndDeAllocate() OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698