Index: include/core/SkPaint.h |
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h |
index 0c071ad361416c859fa006db17395cae79e43e1b..2090ed23377ca58612952b721b8b8daf0d88aee2 100644 |
--- a/include/core/SkPaint.h |
+++ b/include/core/SkPaint.h |
@@ -289,7 +289,7 @@ public: |
SkFilterQuality getFilterQuality() const { |
return (SkFilterQuality)fBitfields.fFilterQuality; |
} |
- |
+ |
/** |
* Set the filter quality. This affects the quality (and performance) of |
* drawing scaled images. |
@@ -1046,8 +1046,6 @@ private: |
*/ |
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. |
@@ -1090,7 +1088,6 @@ private: |
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; |