Bug 197018

Summary: WebPage::scheduleFullEditorStateUpdate() should schedule a rendering update, not schedule a compositing flush
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: HTML EditingAssignee: Wenson Hsieh <wenson_hsieh>
Status: NEW ---    
Severity: Normal CC: ap, sabouhallawa, simon.fraser, wenson_hsieh
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=177484
https://bugs.webkit.org/show_bug.cgi?id=197012

Description Simon Fraser (smfr) 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.