NEW 197018
WebPage::scheduleFullEditorStateUpdate() should schedule a rendering update, not schedule a compositing flush
https://bugs.webkit.org/show_bug.cgi?id=197018
Summary WebPage::scheduleFullEditorStateUpdate() should schedule a rendering update, ...
Simon Fraser (smfr)
Reported 2019-04-17 09:59:32 PDT
With our new "schedule a rendering update" painting model, we need to fix code that is scheduling compositing flushes (which will trigger premature painting, and possibly affect the timing of rAF/intersection observer/resize observer). scheduleFullEditorStateUpdate() does this, and needs to be fixed.
Attachments
Note You need to log in before you can comment on or make changes to this bug.