| Index: webrtc/modules/video_capture/device_info_impl.h
|
| diff --git a/webrtc/modules/video_capture/device_info_impl.h b/webrtc/modules/video_capture/device_info_impl.h
|
| index 247a7f4bf0b33b80eacb88ddff82f5ccc001499a..463e10d07e1511fcfcc5e28c1db0761d5af82d12 100644
|
| --- a/webrtc/modules/video_capture/device_info_impl.h
|
| +++ b/webrtc/modules/video_capture/device_info_impl.h
|
| @@ -14,7 +14,6 @@
|
| #include <vector>
|
|
|
| #include "webrtc/modules/video_capture/video_capture.h"
|
| -#include "webrtc/modules/video_capture/video_capture_delay.h"
|
| #include "webrtc/system_wrappers/include/rw_lock_wrapper.h"
|
|
|
| namespace webrtc
|
| @@ -48,12 +47,6 @@ protected:
|
| */
|
| virtual int32_t CreateCapabilityMap(const char* deviceUniqueIdUTF8)=0;
|
|
|
| - /* Returns the expected Capture delay*/
|
| - int32_t GetExpectedCaptureDelay(const DelayValues delayValues[],
|
| - const uint32_t sizeOfDelayValues,
|
| - const char* productId,
|
| - const uint32_t width,
|
| - const uint32_t height);
|
| protected:
|
| // Data members
|
| typedef std::vector<VideoCaptureCapability> VideoCaptureCapabilities;
|
|
|