commit | d2b1fb18e22917e04d06b61e079413f9f7f65ad5 | [log] [tgz] |
---|---|---|
author | Thiabaud Engelbrecht <thiabaud@google.com> | Wed Dec 02 04:53:42 2020 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 02 04:53:42 2020 |
tree | 2008cf6db67a89e40693a08b546bc0bb5f695ed6 | |
parent | 9579fa45dc3662c8829fb8ac58edf558d42a7a10 [diff] |
[blink] Move SkRWBuffer to blink from skia. This is not used anywhere in skia, so we are adding it to blink. Another CL deletes this from skia. This code was originally called SkRWBuffer, and was written by reed@. The only semantic changes to this code made here is disallowing copying and assigning of RWBuffer, neither of which happens in blink. Bug: 1151405 Change-Id: I035b53f8bc8ab0829bce9bb73c46a5dd95ca65ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2551847 Commit-Queue: Thiabaud Engelbrecht <thiabaud@google.com> Reviewed-by: Jeremy Roman <jbroman@chromium.org> Reviewed-by: Khushal <khushalsagar@chromium.org> Reviewed-by: Mike Reed <reed@google.com> Cr-Commit-Position: refs/heads/master@{#832682}
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.
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.