From d27fe34d1eb7640bb17062aa8529283e297de18e Mon Sep 17 00:00:00 2001 From: "epoger@google.com" Date: Fri, 7 Dec 2012 15:27:27 +0000 Subject: [PATCH] comment-only fix git-svn-id: http://skia.googlecode.com/svn/trunk@6702 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkBitmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h index ef4cdd9c9..7ea950bea 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 ;