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

Unified Diff: webrtc/modules/video_capture/windows/device_info_ds.h

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/windows/device_info_ds.h
diff --git a/webrtc/modules/video_capture/windows/device_info_ds.h b/webrtc/modules/video_capture/windows/device_info_ds.h
index 7acbfa622d4d2d23c63718970305aff471f1b1e6..0f711965b0e459ea2e44db496992d2c4c5a6877f 100644
--- a/webrtc/modules/video_capture/windows/device_info_ds.h
+++ b/webrtc/modules/video_capture/windows/device_info_ds.h
@@ -35,9 +35,9 @@ class DeviceInfoDS: public DeviceInfoImpl
{
public:
// Factory function.
- static DeviceInfoDS* Create(const int32_t id);
+ static DeviceInfoDS* Create();
- DeviceInfoDS(const int32_t id);
+ DeviceInfoDS();
virtual ~DeviceInfoDS();
int32_t Init();
« no previous file with comments | « webrtc/modules/video_capture/video_capture_impl.cc ('k') | webrtc/modules/video_capture/windows/device_info_ds.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698