From e6303b0e3d1473670390053d70a691697ac8b0e6 Mon Sep 17 00:00:00 2001 From: Derek Sollenberger Date: Fri, 3 Jun 2011 08:07:32 -0700 Subject: Revert "Fix for antialiased text with shadows." This breaks master-gpl. We can resubmit this after updating the version of skia in master-gpl. This reverts commit a3d968a2da0ae3463991e973e38af6795ad36c2e --- Source/WebCore/platform/graphics/android/FontAndroid.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'Source') diff --git a/Source/WebCore/platform/graphics/android/FontAndroid.cpp b/Source/WebCore/platform/graphics/android/FontAndroid.cpp index d6fe10c..af2edc7 100644 --- a/Source/WebCore/platform/graphics/android/FontAndroid.cpp +++ b/Source/WebCore/platform/graphics/android/FontAndroid.cpp @@ -99,7 +99,6 @@ static bool setupForText(SkPaint* paint, GraphicsContext* gc, SkLayerDrawLooper::LayerInfo info; info.fPaintBits = SkLayerDrawLooper::kEntirePaint_Bits; info.fColorMode = SkXfermode::kSrc_Mode; - info.fFlagsMask = SkPaint::kAllFlags; // The paint is only valid until the looper receives another call to // addLayer(). Therefore, we must cache certain state for later use. -- cgit v1.1