diff options
-rw-r--r-- | include/core/SkBitmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h index ef4cdd9c9a..7ea950bea2 100644 --- a/include/core/SkBitmap.h +++ b/include/core/SkBitmap.h @@ -144,7 +144,7 @@ public: /** Return the number of bytes from the pointer returned by getPixels() to the end of the allocated space in the buffer. Required in - cases where extractBitmap has been called. + cases where extractSubset has been called. */ size_t getSafeSize() const ; |