Chromium Code Reviews| Index: include/core/SkTextBlob.h |
| diff --git a/include/core/SkTextBlob.h b/include/core/SkTextBlob.h |
| index c78fb24de2d942ba73cf2e31aa97a0c1acae2eeb..7794acd285bb2bf538cf8d8fab561ff4f1ff57b9 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 applyFont(SkPaint&) const; |
|
reed1
2014/08/21 21:42:15
Nit:
- mutable arguments (expect ReadBuffer for so
f(malita)
2014/08/21 21:54:05
Done.
|
| GlyphPositioning positioning() const; |
| private: |