From f9b731d383790e0dfd407525efcd72bba4ee4895 Mon Sep 17 00:00:00 2001 From: Grace Kloba Date: Mon, 21 Jun 2010 19:23:57 -0700 Subject: [PATCH] Add a WebSettings to control whether WebView will use some perf trick, e.g. pause updating the picture, during panning and zooming transition. Fix http://b/issue?id=2784020 --- api/current.xml | 24 +++++++++++++++++++++++ core/java/android/webkit/WebSettings.java | 20 +++++++++++++++++++ core/java/android/webkit/WebViewCore.java | 6 ++++++ 3 files changed, 50 insertions(+) diff --git a/api/current.xml b/api/current.xml index b9c9fe984144d..8fdebce802a2f 100644 --- a/api/current.xml +++ b/api/current.xml @@ -200811,6 +200811,17 @@ deprecated="not deprecated" visibility="public" > + + + + + +