[GPUP][iOS] Silent video playback can interrupt system audio
<rdar://76652073>
Created attachment 427003 [details] Patch
Created attachment 427004 [details] Patch for landing
Committed r276570 (237006@main): <https://commits.webkit.org/237006@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 427004 [details].
Comment on attachment 427004 [details] Patch for landing View in context: https://bugs.webkit.org/attachment.cgi?id=427004&action=review > Source/WebKit/GPUProcess/media/RemoteAudioSessionProxyManager.cpp:74 > + AudioSession::CategoryType category = AudioSession::None; > + RouteSharingPolicy policy = RouteSharingPolicy::Default; Next time we touch this, we can just use auto here to take advantage of the fact that the enumeration values already carry their type.