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

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

Issue 2534553002: Replace VideoCaptureDataCallback by VideoSinkInterface. (Closed)
Patch Set: Break overlong lines. Created 4 years 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: webrtc/modules/video_capture/device_info_impl.cc
diff --git a/webrtc/modules/video_capture/device_info_impl.cc b/webrtc/modules/video_capture/device_info_impl.cc
index e1695561c1a682752952ab65e7b5837c93dec10e..f3eefc8b069c4a0c7c5403dcd42425ad30bd3253 100644
--- a/webrtc/modules/video_capture/device_info_impl.cc
+++ b/webrtc/modules/video_capture/device_info_impl.cc
@@ -23,8 +23,8 @@ namespace webrtc
{
namespace videocapturemodule
{
-DeviceInfoImpl::DeviceInfoImpl(const int32_t id)
- : _id(id), _apiLock(*RWLockWrapper::CreateRWLock()), _lastUsedDeviceName(NULL),
+DeviceInfoImpl::DeviceInfoImpl()
+ : _apiLock(*RWLockWrapper::CreateRWLock()), _lastUsedDeviceName(NULL),
_lastUsedDeviceNameLength(0)
{
}
« no previous file with comments | « webrtc/modules/video_capture/device_info_impl.h ('k') | webrtc/modules/video_capture/external/device_info_external.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698