Pier Angelo Vendrame pushed to branch tor-browser-152.0a1-16.0-2 at The Tor Project / Applications / Tor Browser Commits: acdf6230 by Pier Angelo Vendrame at 2026-06-09T15:18:50+02:00 fixup! BB 42758: Fix WebRTC build errors. MB 552: Fix WebRTC on mingw after the 152 rebase. - - - - - 1 changed file: - third_party/libwebrtc/modules/desktop_capture/win/wgc_capture_session.cc Changes: ===================================== third_party/libwebrtc/modules/desktop_capture/win/wgc_capture_session.cc ===================================== @@ -193,8 +193,7 @@ bool WgcCaptureSession::MayContainCursor() const { // IsCursorCaptureEnabled was introduced in IGraphicsCaptureSession2. // Default to true (cursor captured) if the interface is not available. ComPtr<ABI::Windows::Graphics::Capture::IGraphicsCaptureSession2> session2; - HRESULT hr = session_->QueryInterface( - ABI::Windows::Graphics::Capture::IID_IGraphicsCaptureSession2, &session2); + HRESULT hr = session_->QueryInterface(IID_PPV_ARGS(&session2)); if (FAILED(hr)) { return true; } View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/acdf6230... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/acdf6230... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
Pier Angelo Vendrame (@pierov)