compositor thread
RU: поток композитора
A dedicated browser thread that composites rasterized layers into the final frame and handles input events, scrolling, and CSS transform/opacity animations independently of the main thread. Because it does not block on JavaScript or style recalculation, compositor-only animations remain smooth even when the main thread is busy.