Wrap SkStreams in IStreams instead of copying data around.
authorbungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 23 Jun 2011 21:43:52 +0000 (21:43 +0000)
committerbungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 23 Jun 2011 21:43:52 +0000 (21:43 +0000)
commit9df621da5024dda2ffd77cfa6e6c0a0f68e4aa86
tree857a1eb5abe4bd51781e49fd6bbeb9dae6fc7056
parent8fd48b8bd877bf74ba787b2a60be96b6ffe96d67
Wrap SkStreams in IStreams instead of copying data around.
http://codereview.appspot.com/4630062/

git-svn-id: http://skia.googlecode.com/svn/trunk@1694 2bbb7eff-a529-9590-31e7-b0007b416f81
gyp/images.gyp
gyp/utils.gyp
include/utils/win/SkAutoCoInitialize.h [new file with mode: 0644]
include/utils/win/SkIStream.h [new file with mode: 0644]
include/utils/win/SkTScopedComPtr.h [new file with mode: 0644]
src/ports/SkImageDecoder_WIC.cpp
src/utils/win/SkAutoCoInitialize.cpp [new file with mode: 0644]
src/utils/win/SkIStream.cpp [new file with mode: 0644]