Index: src/core/SkPaint.cpp |
diff --git a/src/core/SkPaint.cpp b/src/core/SkPaint.cpp |
index ff08a0a65f571695d0ccc11e53b79d5563a15408..2aadce1d0a4f1680c182c213ed05fc43fed5edd2 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(); |