Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: media/capture/video/mac/video_capture_device_mac.h

Issue 1815983003: Remove deprecated QTKit Video Capture Support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/capture/video/mac/video_capture_device_mac.h
diff --git a/media/capture/video/mac/video_capture_device_mac.h b/media/capture/video/mac/video_capture_device_mac.h
index b44dbf9bc2a509f39ac1e226ef4db796aaf00b6e..deb946a5128c74bdc8bd8c90cbcd22e0ae94ecb7 100644
--- a/media/capture/video/mac/video_capture_device_mac.h
+++ b/media/capture/video/mac/video_capture_device_mac.h
@@ -98,12 +98,6 @@ class VideoCaptureDeviceMac : public VideoCaptureDevice {
scoped_ptr<VideoCaptureDevice::Client> client_;
VideoCaptureFormat capture_format_;
- // These variables control the two-step configure-start process for QTKit HD:
- // the device is first started with no configuration and the captured frames
- // are inspected to check if the camera really supports HD. AVFoundation does
- // not need this process so |final_resolution_selected_| is false then.
- bool final_resolution_selected_;
- bool tried_to_square_pixels_;
// Only read and write state_ from inside this loop.
const scoped_refptr<base::SingleThreadTaskRunner> task_runner_;

Powered by Google App Engine
This is Rietveld 408576698