diff --git a/api/current.xml b/api/current.xml index 21c1c184c96c3..ed3f69659123d 100644 --- a/api/current.xml +++ b/api/current.xml @@ -193450,6 +193450,17 @@ visibility="public" > + + + + + + maxX) { mInOverScrollMode = true; @@ -3112,7 +3114,8 @@ public class WebView extends AbsoluteLayout } int saveCount = canvas.save(); - if (mInOverScrollMode) { + if (mInOverScrollMode + && getSettings().getUseSystemOverscrollBackground()) { if (mOverScrollBackground == null) { mOverScrollBackground = new Paint(); Bitmap bm = BitmapFactory.decodeResource(