Index: include/core/SkStream.h |
diff --git a/include/core/SkStream.h b/include/core/SkStream.h |
index 50ed691e5ae4b0e26a882850141b60aa1bba1cca..6e0ab569d5eb5a023a0044f94ed117d6c73fcf37 100644 |
--- a/include/core/SkStream.h |
+++ b/include/core/SkStream.h |
@@ -363,6 +363,7 @@ public: |
*/ |
bool isValid() const { return fFILE != NULL; } |
+ size_t bytesWritten() const; |
reed1
2014/03/05 13:23:46
We have this on several WStreams. I wonder if its
|
virtual bool write(const void* buffer, size_t size) SK_OVERRIDE; |
virtual void flush() SK_OVERRIDE; |