diff options
author | Derek Sollenberger <djsollen@google.com> | 2011-06-03 08:07:32 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-06-03 08:07:32 -0700 |
commit | e6303b0e3d1473670390053d70a691697ac8b0e6 (patch) | |
tree | 85bdbdf9e1873a443a8215103fb09d35bd420b33 /Source | |
parent | a3d968a2da0ae3463991e973e38af6795ad36c2e (diff) | |
download | external_webkit-e6303b0e3d1473670390053d70a691697ac8b0e6.zip external_webkit-e6303b0e3d1473670390053d70a691697ac8b0e6.tar.gz external_webkit-e6303b0e3d1473670390053d70a691697ac8b0e6.tar.bz2 |
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
Diffstat (limited to 'Source')
-rw-r--r-- | Source/WebCore/platform/graphics/android/FontAndroid.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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. |