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

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

Issue 1853743003: Remove platform_video_capturing_mac and the callback thread checker in VideoCaptureDeviceAVFoundati… (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_avfoundation_mac.h
diff --git a/media/capture/video/mac/video_capture_device_avfoundation_mac.h b/media/capture/video/mac/video_capture_device_avfoundation_mac.h
index f4d161dc397539a79a5865fb1fdca4f5270664c1..8198bcd3a9e34ffddcfa4fa91fd32598e87e0b62 100644
--- a/media/capture/video/mac/video_capture_device_avfoundation_mac.h
+++ b/media/capture/video/mac/video_capture_device_avfoundation_mac.h
@@ -12,7 +12,6 @@
#include "base/threading/thread_checker.h"
#import "media/base/mac/avfoundation_glue.h"
#include "media/base/video_capture_types.h"
-#import "media/capture/video/mac/platform_video_capturing_mac.h"
#include "media/capture/video/video_capture_device.h"
namespace media {
@@ -56,8 +55,7 @@ class VideoCaptureDeviceMac;
//
//
@interface VideoCaptureDeviceAVFoundation
- : NSObject<CrAVCaptureVideoDataOutputSampleBufferDelegate,
- PlatformVideoCapturingMac> {
+ : NSObject<CrAVCaptureVideoDataOutputSampleBufferDelegate> {
@private
// The following attributes are set via -setCaptureHeight:width:frameRate:.
int frameWidth_;
@@ -77,7 +75,6 @@ class VideoCaptureDeviceMac;
base::scoped_nsobject<CrAVCaptureVideoDataOutput> captureVideoDataOutput_;
base::ThreadChecker main_thread_checker_;
- base::ThreadChecker callback_thread_checker_;
}
// Returns a dictionary of capture devices with friendly name and unique id.

Powered by Google App Engine
This is Rietveld 408576698