diff options
author | aelias@chromium.org <aelias@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-15 01:20:05 +0000 |
---|---|---|
committer | aelias@chromium.org <aelias@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-15 01:20:05 +0000 |
commit | 21c9dee7008633174272cf5b61d547916ad31ad8 (patch) | |
tree | b9da350d287d75353f824392e409a645d1ed470f /android_webview | |
parent | eb8330d5dd21a23ca1078aba70f1a81d65279e8f (diff) | |
download | chromium_src-21c9dee7008633174272cf5b61d547916ad31ad8.zip chromium_src-21c9dee7008633174272cf5b61d547916ad31ad8.tar.gz chromium_src-21c9dee7008633174272cf5b61d547916ad31ad8.tar.bz2 |
Fix scrollbar fade animation scheduling.
In r195531, most of the uses of base::TimeTicks::Now() were replaced by
current frame time, but this is incorrect in the case of scrollbar
fade scheduling. Although the fade itself is animated within draw
frames, the delay until it starts is managed outside frames (intentionally
so -- we want to avoid spamming animation frames before the fade has
actually begun). Revert that part of r195531 and add more test
coverage.
NOTRY=true
BUG=236351
Review URL: https://chromiumcodereview.appspot.com/16925007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206532 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview')
0 files changed, 0 insertions, 0 deletions