diff options
Diffstat (limited to 'include/core')
-rw-r--r-- | include/core/SkImage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkImage.h b/include/core/SkImage.h index 2353655781..c9f9396166 100644 --- a/include/core/SkImage.h +++ b/include/core/SkImage.h @@ -85,7 +85,7 @@ public: * ignored. */ const void* peekPixels(SkImageInfo* info, size_t* rowBytes) const; - + /** * Encode the image's pixels and return the result as a new SkData, which * the caller must manage (i.e. call unref() when they are done). |