aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkScalerContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkScalerContext.h')
-rw-r--r--src/core/SkScalerContext.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/SkScalerContext.h b/src/core/SkScalerContext.h
index 086296d2e4..21c05dc808 100644
--- a/src/core/SkScalerContext.h
+++ b/src/core/SkScalerContext.h
@@ -412,7 +412,8 @@ private:
// calling generateImage.
bool fGenerateImageFromPath;
- void internalGetPath(SkPackedGlyphID id, SkPath* fillPath,
+ /** Returns false if the glyph has no path at all. */
+ bool internalGetPath(SkPackedGlyphID id, SkPath* fillPath,
SkPath* devPath, SkMatrix* fillToDevMatrix);
// SkMaskGamma::PreBlend converts linear masks to gamma correcting masks.