| Index: media/video/capture/video_capture_types.cc
|
| diff --git a/media/video/capture/video_capture_types.cc b/media/video/capture/video_capture_types.cc
|
| index 39ca75527ed7a7a9eb220a09dc8476aa1c411cd4..ce5c354e290eed22fef06f69a067b4cf2d01265c 100644
|
| --- a/media/video/capture/video_capture_types.cc
|
| +++ b/media/video/capture/video_capture_types.cc
|
| @@ -67,6 +67,6 @@ std::string VideoCaptureFormat::PixelFormatToString(VideoPixelFormat format) {
|
| return "";
|
| }
|
|
|
| -VideoCaptureParams::VideoCaptureParams() : allow_resolution_change(false) {}
|
| -
|
| +VideoCaptureParams::VideoCaptureParams()
|
| + : resolution_change_policy(RESOLUTION_POLICY_FIXED) {}
|
| } // namespace media
|
|
|