script: Remove explicit reflow for web font loads (#32455)

Instead of using an explicit reflow when a web font laods, queue a
pending reflow. This should be able to eliminate multiple reflows some
situations. A followup should ensure that only nodes that have pending
fonts loading are reflows, but this change is the first step.
This commit is contained in:
Martin Robinson 2024-06-10 15:32:30 +02:00 committed by GitHub
parent e6ea4a9c29
commit 35bbcc0d95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View file

@ -182,7 +182,6 @@ pub enum ReflowReason {
StylesheetLoaded,
Timer,
Viewport,
WebFontLoaded,
WindowResize,
WorkletLoaded,
}