[blink] Clean up RWBuffer.
This a follow-up to https://chromium-review.googlesource.com/c/chromium/src/+/2551847, which moved RWBuffer from skia to blink. This CL includes the following: - Remove `ROBufferStreamAsset` and associated code, since it was unused. - use `scoped_refptr` instead of `sk_sp`. - use `BufferMalloc`/`BufferFree` instead of skia versions. - use `AtomicRefCount` instead of doing it manually. - Rename tests. Bug: 1154426 Change-Id: I1faafe98dc1123457974644ee9eb358f57ba9786 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2569102 Commit-Queue: Thiabaud Engelbrecht <thiabaud@google.com> Reviewed-by:Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#834231}
Showing
Please register or sign in to comment