summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorshreyas.g@samsung.com <shreyas.g@samsung.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-25 10:54:49 +0000
committershreyas.g@samsung.com <shreyas.g@samsung.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-25 10:54:49 +0000
commitca9e2b32b42d89ccd59748aab3219548fc382eee (patch)
treeee88e0e5f135598f3a7625ad64f6633a37da9a18 /AUTHORS
parent86f120526d3b9de0a723159f9e8971a765555656 (diff)
downloadchromium_src-ca9e2b32b42d89ccd59748aab3219548fc382eee.zip
chromium_src-ca9e2b32b42d89ccd59748aab3219548fc382eee.tar.gz
chromium_src-ca9e2b32b42d89ccd59748aab3219548fc382eee.tar.bz2
cc: Optimize search in LayerAnimationController::StartAnimations
During StartAnimation first it does a search for all animations which are running and starting. After that it again searches the entire animation list for animations waiting for target availability. This patch reduces this search (for loops) by keeping track of the animations waiting for target availability in the first search itself. BUG=396562 Review URL: https://codereview.chromium.org/408833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285561 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 3c36bfd..901f307 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -375,6 +375,7 @@ Shez Baig <sbaig1@bloomberg.net>
Shiliu Wang <aofdwsl@gmail.com>
Shiliu Wang <shiliu.wang@intel.com>
Shouqun Liu <shouqun.liu@intel.com>
+Shreyas Gopal <shreyas.g@samsung.com>
Shreyas VA <v.a.shreyas@gmail.com>
Simon Arlott <simon.arlott@gmail.com>
Siva Kumar Gunturi <siva.gunturi@samsung.com>