Index: media/video/capture/mac/video_capture_device_mac.mm |
diff --git a/media/video/capture/mac/video_capture_device_mac.mm b/media/video/capture/mac/video_capture_device_mac.mm |
index eea861481fe8a00608429eaa2fbcd22660b4fdf1..9773a32a330e4f421a56319f0f2d6d5082f7c359 100644 |
--- a/media/video/capture/mac/video_capture_device_mac.mm |
+++ b/media/video/capture/mac/video_capture_device_mac.mm |
@@ -127,8 +127,7 @@ void VideoCaptureDeviceMac::Allocate( |
// QTKit can scale captured frame to any size requested, which would lead to |
// undesired aspect ratio change. Tries to open the camera with a natively |
// supported format and let the client to crop/pad the captured frames. |
- GetBestMatchSupportedResolution(&width, |
- &height); |
+ GetBestMatchSupportedResolution(&width, &height); |
observer_ = observer; |
NSString* deviceId = |