commit | 5b6db07fb5d3b67476db6df126eb8290d49e564d | [log] [tgz] |
---|---|---|
author | reed <reed@chromium.org> | Tue Apr 28 17:50:31 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Apr 28 17:50:32 2015 -0700 |
tree | c39da2702fc9aeeb3a13f9f9e3cc959ccc81261e | |
parent | a73239a0096370221d3dfababf339dd6d3fed84f [diff] |
SkRWBuffer for thread-safe 'stream' sharing WIP - Can accumulate (write) data in one thread, and share snapshots of it in other threads ... e.g. network accumulates image data, and periodically we want to decode/draw it - If this sort of thing sticks, should we promote SkData to have the same generality as SkRBuffer? BUG=skia: TBR= Review URL: https://codereview.chromium.org/1106113002