commit | 4d77913197aea9260cd0ddf241f013f83adcfb40 | [log] [tgz] |
---|---|---|
author | Dale Curtis <dalecurtis@chromium.org> | Wed Mar 17 00:44:46 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 17 00:44:46 2021 |
tree | ff7c5c2fd667f74333f5cccccaa120a8266a2ad3 | |
parent | 6bd7071b29826637752bb98a2652d62f17b17bf9 [diff] |
Only remove expired frames for true background rendering. The initial Render() call during startup isn't a true background rendering call, but since it was marking itself as a background render call we would remove expired frames unnecessarily. R=tguilbert Fixed: 1187394 Test: Updated test expectations. Change-Id: I4d337b85dc53e88607169f607fee6e0747c83ff4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2765514 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Reviewed-by: Thomas Guilbert <tguilbert@chromium.org> Cr-Commit-Position: refs/heads/master@{#863562}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.