Chromium Code Reviews| Index: include/core/SkTextBlob.h |
| diff --git a/include/core/SkTextBlob.h b/include/core/SkTextBlob.h |
| index c78fb24de2d942ba73cf2e31aa97a0c1acae2eeb..bb1aec644df05f74a3996620da9e72d4d1fabe24 100644 |
| --- a/include/core/SkTextBlob.h |
| +++ b/include/core/SkTextBlob.h |
| @@ -47,7 +47,7 @@ private: |
| const uint16_t* glyphs() const; |
| const SkScalar* pos() const; |
| const SkPoint& offset() const; |
| - const SkPaint& font() const; |
| + void applyFontToPaint(SkPaint*) const; |
| GlyphPositioning positioning() const; |
| private: |