A few years ago, when we were moving media capture features into the GPU process a set of mutually-exclusive flags were created: (1) CaptureAudioInGPUProcessEnabled and CaptureAudioInUIProcessEnabled (2) CaptureVideoInGPUProcessEnabled and CaptureVideoInUIProcessEnabled These pairs should be merged into a single flag for audio capture, and a single flag for video capture, since they are implemented as the negation of the other.
<rdar://problem/105015663>
Pull request: https://github.com/WebKit/WebKit/pull/9626