Closed
Bug 1846636
Opened 2 years ago
Closed 2 years ago
return libwebrtc's ScreenCapturerWinMagnifier destructor to stock
Categories
(Core :: WebRTC, task, P2)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
118 Branch
Tracking | Status | |
---|---|---|
firefox118 | --- | fixed |
People
(Reporter: mjf, Assigned: mjf)
Details
Attachments
(1 file)
Bug 1307254 added the ::Stop method which required resetting some members to their unused state, but when Bug 1497573 removed ::Stop, it did not return the destructor to its original code. We should not need these changes, and this will help reduce our libwebrtc patch-stack.
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → mfroman
Severity: -- → S3
Priority: -- → P2
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Pushed by mfroman@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b50be8861ca0
restore ScreenCapturerWinMagnifier destructor to upstream version. r=ng,webrtc-reviewers
![]() |
||
Comment 4•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox118:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 118 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•