diff options
Diffstat (limited to 'src/core/SkPaint.cpp')
-rw-r--r-- | src/core/SkPaint.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/SkPaint.cpp b/src/core/SkPaint.cpp index ff08a0a65f..2aadce1d0a 100644 --- a/src/core/SkPaint.cpp +++ b/src/core/SkPaint.cpp @@ -14,7 +14,6 @@ #include "SkDeviceProperties.h" #include "SkDraw.h" #include "SkFontDescriptor.h" -#include "SkFontHost.h" #include "SkGlyphCache.h" #include "SkImageFilter.h" #include "SkMaskFilter.h" @@ -1257,7 +1256,6 @@ static void add_flattenable(SkDescriptor* desc, uint32_t tag, buffer->writeToMemory(desc->addEntry(tag, buffer->bytesWritten(), NULL)); } -// SkFontHost can override this choice in FilterRec() static SkMask::Format computeMaskFormat(const SkPaint& paint) { uint32_t flags = paint.getFlags(); |