RealtimeOutgoingVideoSourceCocoa::rotatePixelBuffer should update m_currentRotationSessionAngle
<rdar://80608977>
<rdar://problem/81212597>
Created attachment 434420 [details] Patch
Comment on attachment 434420 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=434420&action=review > Source/WebCore/platform/mediastream/mac/RealtimeOutgoingVideoSourceCocoa.mm:78 > + IntSize size = { (int)pixelWidth , (int)pixelHeight }; Nit: the local isn't strictly necessary.
Created attachment 434503 [details] Patch for landing
Committed r280421 (240061@main): <https://commits.webkit.org/240061@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 434503 [details].