commit | 03a17d0557a766498718f3ee0d6ecb8d6baeb07f | [log] [tgz] |
---|---|---|
author | Herb Derby <herb@google.com> | Mon Mar 06 17:40:17 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 06 17:40:17 2023 |
tree | 0967f3425884210afbe1bd9ea7aa224c5fc9f0de | |
parent | 9d0b7217c1cb76dcab3c6669f67761998f4f58ba [diff] |
Add a flag for legacy strike serialization to SkUserConfig.h Add the flag SK_SUPPORT_LEGACY_STRIKE_SERIALIZATION to continue using the std::vector based strike serialization while updating Skia to use the SkWriteBuffer serialization system. Bug: skia:14163 Change-Id: Id4f8e3f81c7d4db52ef0d73f62e5fe0eb0a53ed3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4307324 Auto-Submit: Herb Derby <herb@google.com> Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Brian Osman <brianosman@google.com> Cr-Commit-Position: refs/heads/main@{#1113437}
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.