aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-12-07 15:27:27 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-12-07 15:27:27 +0000
commitd27fe34d1eb7640bb17062aa8529283e297de18e (patch)
tree96d1fcbe5aea62b8ff8abeb6af591c68e5dcc4e9 /include/core
parent0bba6bd78af026f0d7445ed1e99ba81181ae93b4 (diff)
comment-only fix
git-svn-id: http://skia.googlecode.com/svn/trunk@6702 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/core')
-rw-r--r--include/core/SkBitmap.h2
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 ;