[Cocoa] Calling into -[AVPlayerItem currentTime] is very expensive
Created attachment 427458 [details] Patch
<rdar://problem/77401450>
Comment on attachment 427458 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=427458&action=review > Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm:1109 > + auto currentTimeInterval = CMTimeMake(1, 10); Do we need this local variable?
Created attachment 427470 [details] Patch for landing
Committed r276870 (237216@main): <https://commits.webkit.org/237216@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 427470 [details].