call skip in a loop to handle the case where the backing stream may be network
authorreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 21 Jan 2010 18:04:44 +0000 (18:04 +0000)
committerreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 21 Jan 2010 18:04:44 +0000 (18:04 +0000)
commitb8fd84b803b2a2f4d304e0763b83a90f582b449a
treed9421585d3ca701f2ea494ec435bda86ce1c09d9
parent6f59815b3dbd19efb8a29d0115deea9c88da8ae1
call skip in a loop to handle the case where the backing stream may be network
based, and will only block to fulfill the request after it has skipped its
current buffer.

git-svn-id: http://skia.googlecode.com/svn/trunk@477 2bbb7eff-a529-9590-31e7-b0007b416f81
src/images/SkJpegUtility.cpp