Index: include/core/SkPixmap.h |
diff --git a/include/core/SkPixmap.h b/include/core/SkPixmap.h |
index 3b554cf7ac120ef4b88d365f6a73e7c565968022..96ea101f9f0d0e3367fa470ca114c6e2c8d3e058 100644 |
--- a/include/core/SkPixmap.h |
+++ b/include/core/SkPixmap.h |
@@ -33,6 +33,10 @@ public: |
} |
} |
+ void reset(); |
+ void reset(const SkImageInfo& info, const void* addr, size_t rowBytes, |
+ SkColorTable* ctable = NULL); |
+ |
const SkImageInfo& info() const { return fInfo; } |
size_t rowBytes() const { return fRowBytes; } |
const void* addr() const { return fPixels; } |