diff options
author | reed <reed@chromium.org> | 2015-01-07 18:20:16 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-07 18:20:16 -0800 |
commit | 281ecc27ee93f34485d49af8de39a73656a87c9c (patch) | |
tree | eccab3cb3ab4aea0a1a5d9ee191e6f073fcbcaed /include/core | |
parent | 5965c8ae4ee960275da4bc40189bdba85aab8b5e (diff) |
need to rebaseline (changed) c_gms, update dox
BUG=skia:
TBR=
NOTRY=True
Review URL: https://codereview.chromium.org/844663002
Diffstat (limited to 'include/core')
-rw-r--r-- | include/core/SkImageGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkImageGenerator.h b/include/core/SkImageGenerator.h index cbceaa2308..2967974c78 100644 --- a/include/core/SkImageGenerator.h +++ b/include/core/SkImageGenerator.h @@ -36,7 +36,7 @@ class SkImageGenerator; SK_API bool SkInstallDiscardablePixelRef(SkImageGenerator*, SkBitmap* destination); /** - * On success, installs a discradable pixelref into destination, based on encoded data. + * On success, installs a discardable pixelref into destination, based on encoded data. * Regardless of success or failure, the caller must still balance their ownership of encoded. */ SK_API bool SkInstallDiscardablePixelRef(SkData* encoded, SkBitmap* destination); |