[Android] Add progress bar linear animation option.
commit591b2b8df44a3afce25d6217cc879e26c46588d9
authorkkimlabs <kkimlabs@chromium.org>
Sat, 8 Aug 2015 18:50:19 +0000 (8 11:50 -0700)
committerCommit bot <commit-bot@chromium.org>
Sat, 8 Aug 2015 18:50:55 +0000 (8 18:50 +0000)
tree8cb7129a34ca3a40103d717b5f8ac5494d2268e1
parent0f942010a9bf8c335e5818b2ca228266b42cc725
[Android] Add progress bar linear animation option.

For page loading time and battery efficiency, it's good to produce fewer
frames. Compared to other smooth animations we already have, linear
animation looks OK with fewer frames as it doesn't spend frames on
smaller increments.

BUG=352839

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

Cr-Commit-Position: refs/heads/master@{#342536}
chrome/android/java/src/org/chromium/chrome/browser/widget/ProgressAnimationLinear.java [new file with mode: 0644]
chrome/android/java/src/org/chromium/chrome/browser/widget/ToolbarProgressBar.java
chrome/app/generated_resources.grd
chrome/browser/about_flags.cc