aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPaint.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkPaint.h')
-rw-r--r--include/core/SkPaint.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h
index d7ec9bbea8..08d8d658f1 100644
--- a/include/core/SkPaint.h
+++ b/include/core/SkPaint.h
@@ -31,6 +31,7 @@ class SkData;
class SkDescriptor;
class SkDrawLooper;
class SkGlyph;
+class SkGlyphRunListDrawer;
struct SkRect;
class SkGlyphCache;
class SkImageFilter;
@@ -1535,6 +1536,7 @@ private:
friend class SkCanonicalizePaint;
friend class SkCanvas;
friend class SkDraw;
+ friend class SkGlyphRunListDrawer;
friend class SkPaintPriv;
friend class SkPDFDevice;
friend class SkScalerContext; // for computeLuminanceColor()