diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/core/SkPaint.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h index 096344f6dd..50fcdd825e 100644 --- a/include/core/SkPaint.h +++ b/include/core/SkPaint.h @@ -951,12 +951,15 @@ private: void (*proc)(const SkDescriptor*, void*), void* context, bool ignoreGamma = false) const; + static void Term(); + enum { kCanonicalTextSizeForPaths = 64 }; friend class SkAutoGlyphCache; friend class SkCanvas; friend class SkDraw; + friend class SkGraphics; // So Term() can be called. friend class SkPDFDevice; friend class SkTextToPathIter; |