Remove unnecessary memset to webrtc::BasicDesktopFrame
With a recent change, the webrtc::BasicDesktopFrame is created and initialized with 0. So it's not necessary to call memset() to the frame again any more. See https://webrtc-review.googlesource.com/c/src/+/97184/ Bug: webrtc:9703 Change-Id: Ic0f6d3f57bb2404825d8b72709509c1d7ba7a931 Reviewed-on: https://chromium-review.googlesource.com/c/1447021Reviewed-by:Weiyong Yao <braveyao@chromium.org> Commit-Queue: Julien Isorce <julien.isorce@chromium.org> Cr-Commit-Position: refs/heads/master@{#627992}
Showing
Please register or sign in to comment