aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRWBuffer.h
Commit message (Collapse)AuthorAge
* SkRWBuffer for thread-safe 'stream' sharingGravatar reed2015-04-28
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