From 40a355a42d4a9444dc753c04c6608dade2f06a23 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:27 +0200 Subject: Adding upstream version 125.0.1. Signed-off-by: Daniel Baumann --- third_party/libwebrtc/moz-patch-stack/0063.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'third_party/libwebrtc/moz-patch-stack/0063.patch') diff --git a/third_party/libwebrtc/moz-patch-stack/0063.patch b/third_party/libwebrtc/moz-patch-stack/0063.patch index a61bf11937..12bf71ee22 100644 --- a/third_party/libwebrtc/moz-patch-stack/0063.patch +++ b/third_party/libwebrtc/moz-patch-stack/0063.patch @@ -10,7 +10,7 @@ Mercurial Revision: https://hg.mozilla.org/mozilla-central/rev/e826dfadfe1264c59 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/video_capture/video_capture.h b/modules/video_capture/video_capture.h -index 58485f28e9..04203033b0 100644 +index 7279bed476..db07580921 100644 --- a/modules/video_capture/video_capture.h +++ b/modules/video_capture/video_capture.h @@ -16,6 +16,8 @@ @@ -22,7 +22,7 @@ index 58485f28e9..04203033b0 100644 #include #if defined(ANDROID) -@@ -40,15 +42,18 @@ class VideoCaptureModule : public rtc::RefCountInterface { +@@ -40,15 +42,18 @@ class VideoCaptureModule : public RefCountInterface { virtual uint32_t NumberOfDevices() = 0; virtual int32_t Refresh() = 0; virtual void DeviceChange() { @@ -41,7 +41,7 @@ index 58485f28e9..04203033b0 100644 auto it = _inputCallBacks.find(callBack); if (it != _inputCallBacks.end()) { _inputCallBacks.erase(it); -@@ -102,7 +107,8 @@ class VideoCaptureModule : public rtc::RefCountInterface { +@@ -102,7 +107,8 @@ class VideoCaptureModule : public RefCountInterface { virtual ~DeviceInfo() {} private: -- cgit v1.2.3