Bug 1576767 Comment 52 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Firefox calls `gpusSubmitDataBuffers()` on a secondary thread (the Compositor thread). Safari (actually its `com.apple.WebKit.WebContent` process) calls `gpusSubmitDataBuffers()` on the main thread, and Chrome (its "Google Chrome Helper (GPU)" process) calls it on a thread it names "CrGpuMain". This may help explain the difference.
Firefox calls `gpusSubmitDataBuffers()` on a secondary thread (the Compositor thread). Safari (actually its `com.apple.WebKit.WebContent` process) calls `gpusSubmitDataBuffers()` on the main thread, and Chrome (its `Google Chrome Helper (GPU)` process) calls it on a thread it names "CrGpuMain". This may help explain the difference.

Back to Bug 1576767 Comment 52