summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authortserng <tserng@amazon.com>2015-06-18 14:19:56 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-18 21:21:37 +0000
commit33c2aaa27b1ab502cfa08b7d271b58b8b485b5cc (patch)
treed6466f6535e1b633228195368ec8a2bcf0039bb5 /AUTHORS
parent41f458e2f9c483d088f198b171fc4f2fe5fd22a2 (diff)
downloadchromium_src-33c2aaa27b1ab502cfa08b7d271b58b8b485b5cc.zip
chromium_src-33c2aaa27b1ab502cfa08b7d271b58b8b485b5cc.tar.gz
chromium_src-33c2aaa27b1ab502cfa08b7d271b58b8b485b5cc.tar.bz2
Fix animation start event to have specified start time if set
When starting animations, use the specified start time of the animation as the start time if it is set. Otherwise, continue to use the current time. LayerAnimationController would originally set the time of the start event to the current time even if the animation had a specified start time. This would result in the AnimationDelegate and any LayerAnimationEventObserver from getting an incorrect start time. BUG=498404 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1169243002 Cr-Commit-Position: refs/heads/master@{#335128}
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 2d118c4..bbcd607 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -106,6 +106,7 @@ Chaobin Zhang <zhchbin@gmail.com>
Chris Greene <cwgreene@amazon.com>
Chris Harrelson <chrishtr@gmail.com>
Chris Nardi <hichris123@gmail.com>
+Chris Tserng <tserng@amazon.com>
Chris Vasselli <clindsay@gmail.com>
Christophe Dumez <ch.dumez@samsung.com>
Christopher Dale <chrelad@gmail.com>