[webkit-reviews] review granted: [Bug 205056] Add support for Audio Capture in GPUProcess : [Attachment 385882] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 17 11:03:24 PST 2019


Eric Carlson <eric.carlson at apple.com> has granted youenn fablet
<youennf at gmail.com>'s request for review:
Bug 205056: Add support for Audio Capture in GPUProcess
https://bugs.webkit.org/show_bug.cgi?id=205056

Attachment 385882: Patch

https://bugs.webkit.org/attachment.cgi?id=385882&action=review




--- Comment #7 from Eric Carlson <eric.carlson at apple.com> ---
Comment on attachment 385882
  --> https://bugs.webkit.org/attachment.cgi?id=385882
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=385882&action=review

> Source/WebKit/GPUProcess/GPUConnectionToWebProcess.cpp:80
> +    ,
m_userMediaCaptureManagerProxy(makeUnique<UserMediaCaptureManagerProxy>(makeUni
queRef<GPUProxyForCapture>(*this)))

Can we allocate this lazily?


More information about the webkit-reviews mailing list