Remove rendering throttling in inspector overlay
Previously [1], we introduced throttling for painting the inspector overlay to reduce cpu usage on frequently updated pages. With new persistent overlays, this results in a rendering lag when scrolling the page. Therefore, this CL removes throttling to improve performance when scrolling. We will be still looking for better architecture to support smooth scrolling and low CPU usage. [1]: https://chromium-review.googlesource.com/c/chromium/src/+/2202858 Bug: 1062574 Change-Id: I15bec84aaf525f6ede236c82d0a4fe1ffd234317 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416294Reviewed-by:Mathias Bynens <mathias@chromium.org> Reviewed-by:
Peter Marshall <petermarshall@chromium.org> Commit-Queue: Alex Rudenko <alexrudenko@chromium.org> Cr-Commit-Position: refs/heads/master@{#808836}
Showing
Please register or sign in to comment