aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-13 00:06:17 +0000
committerGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-13 00:06:17 +0000
commit60157927e37fcf427617027306b9395a1371f98a (patch)
tree6908df0a7df7e04366ab3f59ddd0e819604da47d /include
parentff8a166e292871d70fddcf6128a00cccfba68250 (diff)
Make SkIStream closer to spec, to work with more consumers.
git-svn-id: http://skia.googlecode.com/svn/trunk@2109 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r--include/utils/win/SkIStream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/utils/win/SkIStream.h b/include/utils/win/SkIStream.h
index 966aa8e5f3..b7d09493da 100644
--- a/include/utils/win/SkIStream.h
+++ b/include/utils/win/SkIStream.h
@@ -81,6 +81,7 @@ class SkIStream : public SkBaseIStream {
private:
SkStream *fSkStream;
bool fUnrefOnRelease;
+ ULARGE_INTEGER fLocation;
SkIStream(SkStream* stream, bool unrefOnRelease);
virtual ~SkIStream();