summaryrefslogtreecommitdiffstats
path: root/cc/animation/scroll_offset_animation_curve.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Make ScrollOffsetAnimationCurve::UpdateTarget better handle large velocityajuma2015-07-071-5/+12
* Pass gfx structs by const ref(gfx::Vector2D/F)a.berwal2015-04-301-2/+2
* Fix Enum Style Throughout CC.ericrk2015-02-201-1/+1
* Make Keyframe use TimeTicks/TimeDelta to represent time instead of double.behara.ms2014-11-181-6/+9
* Make cc::Animation::TrimTimeToCurrentIteration andbehara.ms2014-11-121-2/+2
* Use ScrollOffset instead of vector2d to track scroll offset in ccmiletus2014-10-011-13/+15
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-3/+2
* Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....dcheng2014-09-271-2/+3
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-3/+2
* Scroll offset animation curve retargeting.skobes@chromium.org2014-07-181-15/+63
* CC::LayerAnimationController should use TimeTicks andsivagunturi@chromium.org2014-05-151-7/+10
* Pass gfx structs by const ref (gfx::Vector2dF)ajay.berwal@samsung.com2014-01-231-3/+4
* cc: Support animating scroll offsetajuma@chromium.org2013-12-031-2/+21
* cc: Define ScrollOffsetAnimationCurveajuma@chromium.org2013-11-251-0/+61