From ca9e2b32b42d89ccd59748aab3219548fc382eee Mon Sep 17 00:00:00 2001 From: "shreyas.g@samsung.com" Date: Fri, 25 Jul 2014 10:54:49 +0000 Subject: 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 --- AUTHORS | 1 + 1 file changed, 1 insertion(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index 3c36bfd..901f307 100644 --- a/AUTHORS +++ b/AUTHORS @@ -375,6 +375,7 @@ Shez Baig Shiliu Wang Shiliu Wang Shouqun Liu +Shreyas Gopal Shreyas VA Simon Arlott Siva Kumar Gunturi -- cgit v1.1