commit | 1aa464f3e19024f977a95832e6efeb09a8dcf67d | [log] [tgz] |
---|---|---|
author | Benjamin Zielinski <bzielinski@google.com> | Mon Oct 17 23:20:13 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 17 23:20:13 2022 |
tree | 6b9d41b1b8250ed218e4625261374e5afd4df4e6 | |
parent | 3b193992d1ec09e3f34af4d5c18f6a494e9a081d [diff] |
Make overlay run faster Removes unnecessary function calls from the blitting algorithm, which helps to greatly improve performance. This difference is especially noticeable when using large overlays. Change-Id: I1155c764c05c5bda56923dfedccf4547a29be8b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3953643 Reviewed-by: Jordan Bayles <jophba@chromium.org> Commit-Queue: Benjamin Zielinski <bzielinski@google.com> Cr-Commit-Position: refs/heads/main@{#1060198}
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.
If you found a bug, please file it at https://crbug.com/new.