From 4f35f0e844f7f679067223eaf7eb60cf4a350a05 Mon Sep 17 00:00:00 2001 From: Derek Sollenberger Date: Thu, 1 Sep 2011 06:04:10 -0700 Subject: Reapply CL for: "Fix for antialiased text with shadows." This reverts commit e6303b0e3d1473670390053d70a691697ac8b0e6 --- Source/WebCore/platform/graphics/android/FontAndroid.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/WebCore/platform/graphics/android/FontAndroid.cpp') diff --git a/Source/WebCore/platform/graphics/android/FontAndroid.cpp b/Source/WebCore/platform/graphics/android/FontAndroid.cpp index af2edc7..d6fe10c 100644 --- a/Source/WebCore/platform/graphics/android/FontAndroid.cpp +++ b/Source/WebCore/platform/graphics/android/FontAndroid.cpp @@ -99,6 +99,7 @@ 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