Index: include/core/SkImage.h |
diff --git a/include/core/SkImage.h b/include/core/SkImage.h |
index d6b10a8e186bc3ce5e32acddd06686bb31c85cc6..5157e0f252d06c59b1971be865c5f600f6b2806c 100644 |
--- a/include/core/SkImage.h |
+++ b/include/core/SkImage.h |
@@ -267,7 +267,7 @@ public: |
* attempt to reuse existing encoded data (as returned by refEncoded). |
* |
* We defer to the SkPixelSerializer both for vetting existing encoded data |
- * (useEncodedData) and for encoding the image (encodePixels) when no such data is |
+ * (useEncodedData) and for encoding the image (encode) when no such data is |
* present or is rejected by the serializer. |
* |
* If not specified, we use a default serializer which 1) always accepts existing data |