summaryrefslogtreecommitdiffstats
path: root/cc/animation/scroll_offset_animation_curve_unittest.cc
Commit message (Collapse)AuthorAgeFilesLines
* cc: Support animating scroll offsetajuma@chromium.org2013-12-031-7/+50
| | | | | | | | | | | This makes cc::LayerAnimationController support animating scroll offset. This is needed for implementing the CSSOM View smooth scroll API. BUG=243871 Review URL: https://codereview.chromium.org/95763002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238271 0039d316-1c4b-4281-b951-d872f2087c98
* cc: Define ScrollOffsetAnimationCurveajuma@chromium.org2013-11-251-0/+80
This defines ScrollOffsetAnimationCurve, which will be used by the implementation of the CSSOM View smooth scroll API. BUG=243871 Review URL: https://codereview.chromium.org/60113007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237121 0039d316-1c4b-4281-b951-d872f2087c98