DescriptionFix folder icon animation in app list.
This CL fixes the animation of folders opening in the app list. This
regressed in r301308 because the ContentsView layer moved, exposing
a latent issue with the calculation of the top icon animation target.
The fix here is to use the view bounds as the target rather than the
layer bounds. The layer bounds are in the coordinate system of the
parent layer which is not what we want.
BUG=429079
Committed: https://crrev.com/dd661f30d65756a59f48670749bd7d1426714aaf
Cr-Commit-Position: refs/heads/master@{#302579}
Patch Set 1 : #
Total comments: 7
Patch Set 2 : rebase on split. #Patch Set 3 : split differently #Patch Set 4 : add comment #Messages
Total messages: 11 (3 generated)
|