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

Unified Diff: webrtc/modules/video_capture/objc/device_info.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/objc/device_info.h
diff --git a/webrtc/modules/video_capture/objc/device_info.h b/webrtc/modules/video_capture/objc/device_info.h
index bec5c694baf5192a0bc7093f4f00254f36b1a668..67d58776948057dd9c9a7604a74681c72981e7a4 100644
--- a/webrtc/modules/video_capture/objc/device_info.h
+++ b/webrtc/modules/video_capture/objc/device_info.h
@@ -20,7 +20,7 @@ namespace webrtc {
namespace videocapturemodule {
class DeviceInfoIos : public DeviceInfoImpl {
public:
- explicit DeviceInfoIos(const int32_t device_id);
+ DeviceInfoIos();
virtual ~DeviceInfoIos();
// Implementation of DeviceInfoImpl.
« no previous file with comments | « webrtc/modules/video_capture/linux/video_capture_linux.cc ('k') | webrtc/modules/video_capture/objc/device_info.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698