Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Issue 598853003: CC: Add curve (whole animation) timing function to compositor animations. (Closed)

Created:
6 years, 2 months ago by ikilpatrick
Modified:
5 years, 11 months ago
Reviewers:
dstockwell, ajuma, samli
CC:
chromium-reviews, cc-bugs_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

CC: Add curve (whole animation) timing function to compositor animations. For adding web animations with animation timing on compositor. BUG=417909 Committed: https://crrev.com/ab5e169ebadefcbe3455cbcf5731379e8ef97670 Cr-Commit-Position: refs/heads/master@{#297147}

Patch Set 1 #

Total comments: 18

Patch Set 2 : Adressed comments, split up GetProgress function. #

Total comments: 2

Patch Set 3 : Renamed functions. #

Total comments: 8

Patch Set 4 : Addressed comments; remove ifdefs, removed default arg, rename template type. #

Patch Set 5 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+225 lines, -43 lines) Patch
M cc/animation/keyframed_animation_curve.h View 8 chunks +16 lines, -0 lines 0 comments Download
M cc/animation/keyframed_animation_curve.cc View 1 2 3 4 10 chunks +73 lines, -43 lines 0 comments Download
M cc/animation/keyframed_animation_curve_unittest.cc View 1 2 3 4 1 chunk +93 lines, -0 lines 0 comments Download
M cc/blink/web_filter_animation_curve_impl.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M cc/blink/web_filter_animation_curve_impl.cc View 1 2 3 4 1 chunk +12 lines, -0 lines 0 comments Download
M cc/blink/web_float_animation_curve_impl.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M cc/blink/web_float_animation_curve_impl.cc View 1 2 3 4 1 chunk +12 lines, -0 lines 0 comments Download
M cc/blink/web_transform_animation_curve_impl.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M cc/blink/web_transform_animation_curve_impl.cc View 1 2 3 4 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (3 generated)
ikilpatrick
6 years, 2 months ago (2014-09-24 03:50:30 UTC) #2
samli
Comments below. You should also create a bug for this feature and reference it in ...
6 years, 2 months ago (2014-09-24 07:55:33 UTC) #3
ikilpatrick
PTAL at split up function. Not sure on naming etc. https://codereview.chromium.org/598853003/diff/1/cc/animation/keyframed_animation_curve.cc File cc/animation/keyframed_animation_curve.cc (right): https://codereview.chromium.org/598853003/diff/1/cc/animation/keyframed_animation_curve.cc#newcode32 ...
6 years, 2 months ago (2014-09-25 04:33:26 UTC) #4
samli
https://codereview.chromium.org/598853003/diff/1/cc/animation/keyframed_animation_curve.cc File cc/animation/keyframed_animation_curve.cc (right): https://codereview.chromium.org/598853003/diff/1/cc/animation/keyframed_animation_curve.cc#newcode33 cc/animation/keyframed_animation_curve.cc:33: template <typename KeyframeType> On 2014/09/25 04:33:25, ikilpatrick wrote: > ...
6 years, 2 months ago (2014-09-25 07:03:48 UTC) #5
ikilpatrick
https://codereview.chromium.org/598853003/diff/20001/cc/animation/keyframed_animation_curve.cc File cc/animation/keyframed_animation_curve.cc (right): https://codereview.chromium.org/598853003/diff/20001/cc/animation/keyframed_animation_curve.cc#newcode238 cc/animation/keyframed_animation_curve.cc:238: double progress = GetKeyframeProgress(keyframes_, t, i); On 2014/09/25 07:03:48, ...
6 years, 2 months ago (2014-09-25 09:01:45 UTC) #7
ajuma
https://codereview.chromium.org/598853003/diff/40001/cc/animation/keyframed_animation_curve.cc File cc/animation/keyframed_animation_curve.cc (right): https://codereview.chromium.org/598853003/diff/40001/cc/animation/keyframed_animation_curve.cc#newcode32 cc/animation/keyframed_animation_curve.cc:32: template <typename Keyframe> I see the naming of this ...
6 years, 2 months ago (2014-09-25 14:44:38 UTC) #8
ikilpatrick
https://codereview.chromium.org/598853003/diff/40001/cc/animation/keyframed_animation_curve.cc File cc/animation/keyframed_animation_curve.cc (right): https://codereview.chromium.org/598853003/diff/40001/cc/animation/keyframed_animation_curve.cc#newcode32 cc/animation/keyframed_animation_curve.cc:32: template <typename Keyframe> On 2014/09/25 14:44:38, ajuma wrote: > ...
6 years, 2 months ago (2014-09-25 22:54:59 UTC) #9
ajuma
Thanks, lgtm.
6 years, 2 months ago (2014-09-26 14:10:22 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/598853003/80001
6 years, 2 months ago (2014-09-29 07:03:38 UTC) #12
commit-bot: I haz the power
Committed patchset #5 (id:80001) as 411c2a1509e95708b33391b163337eaa95a66b43
6 years, 2 months ago (2014-09-29 07:07:49 UTC) #13
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/ab5e169ebadefcbe3455cbcf5731379e8ef97670 Cr-Commit-Position: refs/heads/master@{#297147}
6 years, 2 months ago (2014-09-29 07:09:49 UTC) #14
loyso (OOO)
5 years, 11 months ago (2015-01-05 03:33:54 UTC) #15
Message was sent while issue was closed.
On 2014/09/29 07:09:49, I haz the power (commit-bot) wrote:
> Patchset 5 (id:??) landed as
> https://crrev.com/ab5e169ebadefcbe3455cbcf5731379e8ef97670
> Cr-Commit-Position: refs/heads/master@{#297147}

The blink part of this CL hasn't landed.

See my port of this CL here: https://codereview.chromium.org/814853003/

Powered by Google App Engine
This is Rietveld 408576698