aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/SkBlitRow.h
diff options
context:
space:
mode:
authorMike Reed <reed@google.com>2009-07-31 10:56:23 -0400
committerMike Reed <reed@google.com>2009-07-31 12:06:37 -0400
commite3c6561496ef60345d830f1ab883afb1d1f251ef (patch)
treebf873415b8c50c4af19937869317ecc4b3cb6c22 /src/core/SkBlitRow.h
parent2f37fb3e294f62ec68d075d5a59efbde244c4e43 (diff)
downloadexternal_skia-e3c6561496ef60345d830f1ab883afb1d1f251ef.zip
external_skia-e3c6561496ef60345d830f1ab883afb1d1f251ef.tar.gz
external_skia-e3c6561496ef60345d830f1ab883afb1d1f251ef.tar.bz2
add GetFileName api to fonthost, to return (optionally) the file backing a given font
minor refresh on freetype and blitrow.h from skia/trunk
Diffstat (limited to 'src/core/SkBlitRow.h')
-rw-r--r--src/core/SkBlitRow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkBlitRow.h b/src/core/SkBlitRow.h
index 473c925..ec31ff5 100644
--- a/src/core/SkBlitRow.h
+++ b/src/core/SkBlitRow.h
@@ -33,7 +33,7 @@ public:
static Proc Factory(unsigned flags, SkBitmap::Config);
private:
- /** These global arrays are indexed using the flags parameterr to Factory,
+ /** These global arrays are indexed using the flags parameter to Factory,
and contain either NULL, or a platform-specific function-ptr to be used
in place of the system default.
*/