Index: include/core/SkPicture.h |
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h |
index d63b66befa34b93f05ba1381e9c9438c7f8de149..82d6835dbd9e15906f53d3e550439d9b20d95263 100644 |
--- a/include/core/SkPicture.h |
+++ b/include/core/SkPicture.h |
@@ -169,8 +169,8 @@ public: |
/** |
* Function to encode an SkBitmap to an SkData. A function with this |
- * signature can be passed to serialize() and SkOrderedWriteBuffer. |
- * Returning NULL will tell the SkOrderedWriteBuffer to use |
+ * signature can be passed to serialize() and SkWriteBuffer. |
+ * Returning NULL will tell the SkWriteBuffer to use |
* SkBitmap::flatten() to store the bitmap. |
* |
* @param pixelRefOffset DEPRECATED -- caller assumes it will return 0. |