Upstream version 7.35.139.0
[platform/framework/web/crosswalk.git] / src / skia / ext / paint_simplifier.cc
index 6b69766..8df91a8 100644 (file)
@@ -26,7 +26,6 @@ bool PaintSimplifier::filter(SkPaint* paint, Type type) {
   paint->setSubpixelText(false);
   paint->setLCDRenderText(false);
 
-  paint->setFilterBitmap(false);
   paint->setMaskFilter(NULL);
 
   // Uncomment this line to shade simplified tiles pink during debugging.