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

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

Issue 84393002: Revert 236927 "Reorganize media::VideoCapture* types" (Closed) Base URL: svn://svn.chromium.org/chrome/
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: trunk/src/content/browser/renderer_host/media/web_contents_video_capture_device.h
===================================================================
--- trunk/src/content/browser/renderer_host/media/web_contents_video_capture_device.h (revision 236934)
+++ trunk/src/content/browser/renderer_host/media/web_contents_video_capture_device.h (working copy)
@@ -42,8 +42,9 @@
virtual ~WebContentsVideoCaptureDevice();
// VideoCaptureDevice implementation.
- virtual void AllocateAndStart(const media::VideoCaptureParams& params,
- scoped_ptr<Client> client) OVERRIDE;
+ virtual void AllocateAndStart(
+ const media::VideoCaptureCapability& capture_format,
+ scoped_ptr<Client> client) OVERRIDE;
virtual void StopAndDeAllocate() OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698