Chromium Code Reviews| Index: include/core/SkTextBlob.h |
| diff --git a/include/core/SkTextBlob.h b/include/core/SkTextBlob.h |
| index a091f05f5f5854bbacaf79d1af12ce88048fdd06..564fdb68eb1973b9e1034c73fe6e24013aa347a1 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 hasLCD() const; |
|
reed1
2015/04/14 18:51:05
nit: isLCD() since we're talking about the entire
|
| private: |
| const RunRecord* fCurrentRun; |