Index: include/core/SkPaint.h |
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h |
index 2090ed23377ca58612952b721b8b8daf0d88aee2..0c071ad361416c859fa006db17395cae79e43e1b 100644 |
--- a/include/core/SkPaint.h |
+++ b/include/core/SkPaint.h |
@@ -289,7 +289,7 @@ |
SkFilterQuality getFilterQuality() const { |
return (SkFilterQuality)fBitfields.fFilterQuality; |
} |
- |
+ |
/** |
* Set the filter quality. This affects the quality (and performance) of |
* drawing scaled images. |
@@ -1046,6 +1046,8 @@ |
*/ |
SkColor computeLuminanceColor() const; |
+ static void Term(); |
+ |
enum { |
/* This is the size we use when we ask for a glyph's path. We then |
* post-transform it as we draw to match the request. |
@@ -1088,6 +1090,7 @@ |
friend class SkAutoGlyphCacheNoGamma; |
friend class SkCanvas; |
friend class SkDraw; |
+ friend class SkGraphics; // So Term() can be called. |
friend class SkPDFDevice; |
friend class GrBitmapTextContext; |
friend class GrAtlasTextContext; |