Chromium Code Reviews| Index: tools/SkShaper.h |
| diff --git a/tools/SkShaper.h b/tools/SkShaper.h |
| index 5aa93a7dbcea508f5484af81404e5c161cd2e312..bc78be7d541e73a5f69eecda1bbc356205ac48c4 100644 |
| --- a/tools/SkShaper.h |
| +++ b/tools/SkShaper.h |
| @@ -17,8 +17,10 @@ class SkPaint; |
| class SkTextBlobBuilder; |
| /** |
| - Shapes text using harfbuzz and places the shaped text into a |
| + Shapes text using HarfBuzz and places the shaped text into a |
| TextBlob. |
| + |
| + If compiled without HarfBuzz, fall back on SkPaint::textToGlyphs. |
| */ |
| class SkShaper { |
| public: |