explictly specify hinting (new api)
diff --git a/WebCore/platform/graphics/android/FontPlatformDataAndroid.cpp b/WebCore/platform/graphics/android/FontPlatformDataAndroid.cpp
index 4496408..3fcf3fe 100644
--- a/WebCore/platform/graphics/android/FontPlatformDataAndroid.cpp
+++ b/WebCore/platform/graphics/android/FontPlatformDataAndroid.cpp
@@ -147,6 +147,7 @@
 
     paint->setAntiAlias(true);
     paint->setSubpixelText(true);
+    paint->setHinting(SkPaint::kSlight_Hinting);
     paint->setTextSize(SkFloatToScalar(ts));
     paint->setTypeface(mTypeface);
     paint->setFakeBoldText(mFakeBold);