Chromium Code Reviews| Index: include/core/SkTextBlob.h |
| diff --git a/include/core/SkTextBlob.h b/include/core/SkTextBlob.h |
| index a091f05f5f5854bbacaf79d1af12ce88048fdd06..b1ae456689495882a76660b581e67d1a3fa2e3d8 100644 |
| --- a/include/core/SkTextBlob.h |
| +++ b/include/core/SkTextBlob.h |
| @@ -68,6 +68,7 @@ private: |
| const SkPoint& offset() const; |
| void applyFontToPaint(SkPaint*) const; |
| GlyphPositioning positioning() const; |
| + bool isLCD() const; |
| private: |
| const RunRecord* fCurrentRun; |