summaryrefslogtreecommitdiffstats
path: root/cc/animation/scroll_offset_animation_curve.h
Commit message (Expand)AuthorAgeFilesLines
* Make Keyframe use TimeTicks/TimeDelta to represent time instead of double.behara.ms2014-11-181-1/+1
* Make cc::Animation::TrimTimeToCurrentIteration andbehara.ms2014-11-121-1/+1
* Standardize usage of virtual/override/final in cc/dcheng2014-10-211-4/+4
* replace OVERRIDE and FINAL with override and final in cc/mostynb2014-10-061-3/+3
* Use ScrollOffset instead of vector2d to track scroll offset in ccmiletus2014-10-011-8/+9
* Scroll offset animation curve retargeting.skobes@chromium.org2014-07-181-1/+6
* CC::LayerAnimationController should use TimeTicks andsivagunturi@chromium.org2014-05-151-1/+2
* Pass gfx structs by const ref (gfx::Vector2dF)ajay.berwal@samsung.com2014-01-231-3/+3
* cc: Support animating scroll offsetajuma@chromium.org2013-12-031-7/+2
* cc: Define ScrollOffsetAnimationCurveajuma@chromium.org2013-11-251-0/+52