Index: include/core/SkImage.h |
diff --git a/include/core/SkImage.h b/include/core/SkImage.h |
index 4cff5db4c9192884b4b6faa1cf6014a8dccc8074..39239fbf8fbaa75cf680a0926aaaabdb781c65b8 100644 |
--- a/include/core/SkImage.h |
+++ b/include/core/SkImage.h |
@@ -128,6 +128,8 @@ public: |
*/ |
SkSurface* newSurface(const SkImageInfo&, const SkSurfaceProps* = NULL) const; |
+ const char* toString(SkString*) const; |
+ |
protected: |
SkImage(int width, int height) : |
fWidth(width), |