Chromium Code Reviews| Index: content/renderer/media/video_capture_module_impl.h |
| =================================================================== |
| --- content/renderer/media/video_capture_module_impl.h (revision 107874) |
| +++ content/renderer/media/video_capture_module_impl.h (working copy) |
| @@ -70,7 +70,6 @@ |
| // The video capture manager handles open/close of video capture devices. |
| scoped_refptr<VideoCaptureImplManager> vc_manager_; |
| media::VideoCapture::State state_; |
| - bool got_first_frame_; |
| WebRtc_UWord32 width_; |
| WebRtc_UWord32 height_; |
| WebRtc_Word32 frame_rate_; |