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

Unified Diff: webrtc/modules/video_capture/device_info_impl.h

Issue 2665113006: Delete DeviceInfoImpl::GetExpectedCaptureDelay and related declarations. (Closed)
Patch Set: Drop include of video_capture_delay.h, and definition of WindowsCaptureDelays. Created 3 years, 11 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
« no previous file with comments | « webrtc/modules/video_capture/BUILD.gn ('k') | webrtc/modules/video_capture/device_info_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « webrtc/modules/video_capture/BUILD.gn ('k') | webrtc/modules/video_capture/device_info_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698