compositor layer
RU: слой композитора
A separate GPU-backed surface the browser promotes for an element when it needs to be composited independently — triggered by CSS properties such as transform, opacity, will-change, or position: fixed. Layers allow the compositor thread to recomposite and scroll without touching the main thread, but each layer consumes GPU memory, so excessive layering hurts performance.