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

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

Issue 15906019: Hook up EncodedVideoSource on the browser side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@screencast_cl_6
Patch Set: 516738a8 IPC/struct changes, courtesy hshi@ Created 7 years, 6 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
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 44c1a8f4baad14358cfd35f870b30b92ba02f7ae..c271c83c490f550beb8b4b7ab9e0c28a5b24d70b 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,6 +42,9 @@ class CONTENT_EXPORT WebContentsVideoCaptureDevice
virtual ~WebContentsVideoCaptureDevice();
// VideoCaptureDevice implementation.
+ virtual media::VideoEncodingCapabilities GetEncodingCapabilities() OVERRIDE;
+ virtual void TryConfigureEncodedBitstream(
+ const media::RuntimeVideoEncodingParameters& params) OVERRIDE;
virtual void Allocate(int width,
int height,
int frame_rate,

Powered by Google App Engine
This is Rietveld 408576698