History log of /external/skia/src/core/SkRWBuffer.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5b6db07fb5d3b67476db6df126eb8290d49e564d 29-Apr-2015 reed <reed@chromium.org> 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
/external/skia/src/core/SkRWBuffer.cpp