[Android WebView] Tweak gpu memory for low end devices
commit518da119bd6a645616eef34b745a12e4cf767d6e
authorboliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 27 Sep 2013 18:04:17 +0000 (27 18:04 +0000)
committerboliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 27 Sep 2013 18:04:17 +0000 (27 18:04 +0000)
tree6b5a0ecd4af7eaccd10b9d9cc4a4a61242756e15
parent90236c7ec42f6a1f624c1c56888bb200587361bc
[Android WebView] Tweak gpu memory for low end devices

For low end and low resolution devices, allocation steps of 10M is too
coarse, so lower it down to 5M. This also affects small WebViews.

Also lower the multiplier to 10 to be more conservative.

BUG=
NOTRY=true

Review URL: https://codereview.chromium.org/24927002

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