Bug 195729
Summary: | Optimize AsyncScrollingCoordinator::applyScrollingTreeLayerPositions() to do no work if no scrolling happened | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
Component: | Scrolling | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | fred.wang, koivisto, simon.fraser, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Simon Fraser (smfr)
AsyncScrollingCoordinator::applyScrollingTreeLayerPositions should do nothing if there was no scrolling tree change since the last apply, just to avoid extra work.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/48874171>
Antti Koivisto
This was fixed in <https://trac.webkit.org/changeset/246156>
*** This bug has been marked as a duplicate of bug 154399 ***