[Android WebView] Reduce fallback tick to 20ms
commit2444230e20fa4c8dceb4cd5052f273694350262f
authorboliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Sat, 3 Aug 2013 08:15:02 +0000 (3 08:15 +0000)
committerboliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Sat, 3 Aug 2013 08:15:02 +0000 (3 08:15 +0000)
tree2a87f48c2fd7934c3b2c8a106dba45c3117e12f6
parentb8716d582ef93a8b1d6b1c0c31a01191936ae7a0
[Android WebView] Reduce fallback tick to 20ms

Applications depending on webview to make progress while in
the background depends on this to be as fast as regular
draws. At 60fps, draws should be at least 16.6ms apart.
Reduce fallback tick to 20ms to be slightly more than the
period in draws.

BUG=
NOTRY=true

Review URL: https://chromiumcodereview.appspot.com/21884007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215495 0039d316-1c4b-4281-b951-d872f2087c98
android_webview/browser/in_process_view_renderer.cc