| Index: media/video/capture/mac/avfoundation_glue.h
|
| diff --git a/media/video/capture/mac/avfoundation_glue.h b/media/video/capture/mac/avfoundation_glue.h
|
| index 12262fa86e2e2cc74c133d45cca69e6a90691ace..ac679c2bf155bdc812329280dd0ffe9114ddeaf9 100644
|
| --- a/media/video/capture/mac/avfoundation_glue.h
|
| +++ b/media/video/capture/mac/avfoundation_glue.h
|
| @@ -41,9 +41,6 @@ class MEDIA_EXPORT AVFoundationGlue {
|
| static NSString* AVCaptureSessionRuntimeErrorNotification();
|
| static NSString* AVCaptureSessionDidStopRunningNotification();
|
| static NSString* AVCaptureSessionErrorKey();
|
| - static NSString* AVCaptureSessionPreset320x240();
|
| - static NSString* AVCaptureSessionPreset640x480();
|
| - static NSString* AVCaptureSessionPreset1280x720();
|
|
|
| // Originally from AVVideoSettings.h but in global namespace.
|
| static NSString* AVVideoScalingModeKey();
|
| @@ -64,7 +61,6 @@ MEDIA_EXPORT
|
| - (NSString*)uniqueID;
|
| - (NSString*)localizedName;
|
| - (BOOL)isSuspended;
|
| -- (BOOL)supportsAVCaptureSessionPreset:(NSString*)preset;
|
| - (NSArray*)formats;
|
|
|
| @end
|
| @@ -99,9 +95,6 @@ MEDIA_EXPORT
|
| @interface CrAVCaptureSession : NSObject
|
|
|
| - (void)release;
|
| -- (BOOL)canSetSessionPreset:(NSString*)preset;
|
| -- (void)setSessionPreset:(NSString*)preset;
|
| -- (NSString*)sessionPreset;
|
| - (void)addInput:(CrAVCaptureInput*)input;
|
| - (void)removeInput:(CrAVCaptureInput*)input;
|
| - (void)addOutput:(CrAVCaptureOutput*)output;
|
|
|