Chromium Code Reviews| Index: media/video/capture/video_capture_device.h |
| diff --git a/media/video/capture/video_capture_device.h b/media/video/capture/video_capture_device.h |
| index 901d57426ac544a63b84b5cd2f5205fbb5fc9816..4523aa88f6433fe94d4ddb0b0c6e1f993e00840d 100644 |
| --- a/media/video/capture/video_capture_device.h |
| +++ b/media/video/capture/video_capture_device.h |
| @@ -55,6 +55,7 @@ class MEDIA_EXPORT VideoCaptureDevice { |
| enum CaptureApiType { |
| AVFOUNDATION, |
| QTKIT, |
| + DECKLINK, |
| API_TYPE_UNKNOWN |
| }; |
| // For AVFoundation Api, identify devices that are built-in or USB. |