Make special SkRunFont ctor in SkPaint private again
Change-Id: I0c68f7417666e86ae3762777d6b7238f0bdb3afb Reviewed-on: https://skia-review.googlesource.com/c/167923 Reviewed-by: Herb Derby <herb@google.com> Commit-Queue: Herb Derby <herb@google.com>
This commit is contained in:
parent
bdd0f5171e
commit
6113a41aed
@ -1450,11 +1450,10 @@ public:
|
||||
const SkRect& doComputeFastBounds(const SkRect& orig, SkRect* storage,
|
||||
Style style) const;
|
||||
|
||||
SkPaint(const SkPaint&, const SkRunFont&);
|
||||
|
||||
private:
|
||||
friend class SkGlyphRun;
|
||||
friend class SkGlyphRunBuilder;
|
||||
SkPaint(const SkPaint&, const SkRunFont&);
|
||||
typedef const SkGlyph& (*GlyphCacheProc)(SkGlyphCache*, const char**, const char*);
|
||||
|
||||
sk_sp<SkTypeface> fTypeface;
|
||||
|
Loading…
Reference in New Issue
Block a user