summaryrefslogtreecommitdiffstats
path: root/cc/animation/keyframed_animation_curve.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in cc/.avi2015-12-211-0/+2
* cc: Replace Pass() with std::move() in some subdirs.danakj2015-11-181-28/+23
* cc: Remove ScopedPtrVector and cc::remove_if.vmpstr2015-11-181-4/+4
* Animation start scale should be considered for the raster scalebehara.ms2015-05-051-0/+20
* Move RenderSurface creation outside of CalcDrawPropsawoloszyn2014-12-221-0/+8
* Make Keyframe use TimeTicks/TimeDelta to represent time instead of double.behara.ms2014-11-181-42/+45
* Make cc::Animation::TrimTimeToCurrentIteration andbehara.ms2014-11-121-8/+12
* cc cleanup: Update paths to geometry headersheejin.r.chung2014-10-231-1/+1
* cc: Make PictureLayerImpl use a better choice for animated raster scale.danakj2014-10-101-14/+21
* CC: Add curve (whole animation) timing function to compositor animations.ikilpatrick2014-09-291-43/+73
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-22/+22
* Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....dcheng2014-09-271-22/+22
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-22/+22
* CC: Stop TimingFunction inheriting from AnimationCurve.ikilpatrick2014-09-261-12/+4
* cc: Compute the maximum scale of animationsajuma@chromium.org2014-04-031-0/+32
* cc: Identify animations that affect scaleajuma@chromium.org2014-03-311-0/+8
* Compute accurate screen space bounds for animated layers.avallee@chromium.org2014-01-241-0/+9
* Add Color animation curves.avallee@chromium.org2013-10-241-6/+85
* Compute bounds of animated layersajuma@chromium.org2013-08-151-0/+23
* Define cc::FilterKeyframe and cc::KeyframedFilterAnimationCurveajuma@chromium.org2013-07-181-10/+80
* Part 3 of cc/ directory shuffles: animationjamesr@chromium.org2013-03-181-0/+200