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 Editing | Assignee: | 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 |
Simon Fraser (smfr)
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |