Index: skia/ext/paint_simplifier.cc |
diff --git a/skia/ext/paint_simplifier.cc b/skia/ext/paint_simplifier.cc |
index 8df91a888a42cd07eb8c650caa94c570c52b66a7..ceffe955317a0b3ba3e3f234243f784cc892cdcb 100644 |
--- a/skia/ext/paint_simplifier.cc |
+++ b/skia/ext/paint_simplifier.cc |
@@ -26,6 +26,7 @@ bool PaintSimplifier::filter(SkPaint* paint, Type type) { |
paint->setSubpixelText(false); |
paint->setLCDRenderText(false); |
+ paint->setFilterLevel(SkPaint::kMedium_FilterLevel); |
reed1
2014/05/29 12:16:59
Do you want to set this to medium, even if the ori
reveman
2014/05/29 16:42:27
Good idea. Done.
|
paint->setMaskFilter(NULL); |
// Uncomment this line to shade simplified tiles pink during debugging. |