Bug 264150
Summary: | [CoordinatedGraphics] Do not force a repaint on the first layer flush | ||
---|---|---|---|
Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
Component: | WebKitGTK | Assignee: | Carlos Garcia Campos <cgarcia> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | alex, bugs-noreply, Hironori.Fujii |
Priority: | P2 | Keywords: | Gtk |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Carlos Garcia Campos
LayerTreeHost::setShouldNotifyAfterNextScheduledLayerFlush() was used to send the enter accelerated compositing message after the first layer flush. But now that we are always sending the message right after the drawing area is created we no longer need it.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/19943
EWS
Committed 270172@main (32763a541901): <https://commits.webkit.org/270172@main>
Reviewed commits have been landed. Closing PR #19943 and removing active labels.