Index: include/core/SkMallocPixelRef.h |
diff --git a/include/core/SkMallocPixelRef.h b/include/core/SkMallocPixelRef.h |
index f6a57b3deac27dbca84b04a3cb5abf9de0d0a4ab..ce353080c907787ff80c3aa5477a13cf916f34c2 100644 |
--- a/include/core/SkMallocPixelRef.h |
+++ b/include/core/SkMallocPixelRef.h |
@@ -64,9 +64,6 @@ public: |
* The SkData will be ref()ed and on destruction of the PielRef, |
* the SkData will be unref()ed. |
* |
- * @param offset (in bytes) into the provided SkData that the |
- * first pixel is located at. |
- * |
* This pixelref will ref() the specified colortable (if not NULL). |
* |
* Returns NULL on failure. |
@@ -74,8 +71,7 @@ public: |
static SkMallocPixelRef* NewWithData(const SkImageInfo& info, |
size_t rowBytes, |
SkColorTable* ctable, |
- SkData* data, |
- size_t offset = 0); |
+ SkData* data); |
void* getAddr() const { return fStorage; } |