Index: include/core/SkStream.h |
diff --git a/include/core/SkStream.h b/include/core/SkStream.h |
index 5ea6bf3822cacdb8807dcb00ce1418d8e38ebaae..9e6c261cbe5cff101c21855778c68315bbe17481 100644 |
--- a/include/core/SkStream.h |
+++ b/include/core/SkStream.h |
@@ -395,6 +395,7 @@ public: |
// copy what has been written to the stream into dst |
void copyTo(void* dst) const; |
+ void writeToStream(SkWStream* dst) const; |
/** |
* Return a copy of the data written so far. This call is responsible for |