| Index: content/browser/renderer_host/media/video_capture_controller.h
|
| ===================================================================
|
| --- content/browser/renderer_host/media/video_capture_controller.h (revision 151299)
|
| +++ content/browser/renderer_host/media/video_capture_controller.h (working copy)
|
| @@ -132,6 +132,10 @@
|
| // It's modified on caller thread, assuming there is only one OnFrameInfo()
|
| // call per StartCapture().
|
| media::VideoCaptureCapability frame_info_;
|
| + // Chopped pixels in width/height in case video capture device has odd numbers
|
| + // for width/height.
|
| + int chopped_width_;
|
| + int chopped_height_;
|
|
|
| // It's accessed only on IO thread.
|
| bool frame_info_available_;
|
|
|