| Index: content/renderer/media/rtc_video_capturer.cc
|
| diff --git a/content/renderer/media/rtc_video_capturer.cc b/content/renderer/media/rtc_video_capturer.cc
|
| index b2cd205177337e5f22b61cabfd5c61d381203c3b..9f8a910bb9f8a8d2d3f8eca5e09e10211e5bf032 100644
|
| --- a/content/renderer/media/rtc_video_capturer.cc
|
| +++ b/content/renderer/media/rtc_video_capturer.cc
|
| @@ -35,7 +35,7 @@ cricket::CaptureState RtcVideoCapturer::Start(
|
| cap.width = capture_format.width;
|
| cap.height = capture_format.height;
|
| cap.frame_rate = capture_format.framerate();
|
| - cap.color = media::VideoCaptureCapability::kI420;
|
| + cap.color = media::kI420;
|
|
|
| SetCaptureFormat(&capture_format);
|
|
|
|
|