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

Unified Diff: media/video/capture/video_capture.h

Issue 8400084: refactor video capture in renderer process (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: code review Created 9 years, 2 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
« no previous file with comments | « content/renderer/media/video_capture_module_impl.cc ('k') | webkit/plugins/ppapi/ppb_video_capture_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/video/capture/video_capture.h
===================================================================
--- media/video/capture/video_capture.h (revision 107874)
+++ media/video/capture/video_capture.h (working copy)
@@ -90,7 +90,6 @@
int expected_capture_delay; // expected delay in millisecond.
media::VideoFrame::Format raw_type; // desired video type.
bool interlaced; // need interlace format.
- bool resolution_fixed; // indicate requested resolution can't be altered.
};
VideoCapture() {}
« no previous file with comments | « content/renderer/media/video_capture_module_impl.cc ('k') | webkit/plugins/ppapi/ppb_video_capture_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698