Gpui web dont repaint (#62327)
Currently, GPUI on web calls `requestAnimationFrame` every frame, which causes it to do meaningful GPU work every frame, even if it was identical. This PR makes GPUI only call `requestAnimationFrame` when it has new content to display. --- Release Notes: - N/A or Added/Fixed/Improved ...
C
Cameron Mcloughlin committed
417d03305ac194470f5d85a4b584c34dcec8cf57
Parent: 027cf0d
Committed by GitHub <noreply@github.com>
on 8/7/2026, 6:51:36 PM