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

Issue 809523004: Define step timing function for the cc animation framework. (Closed)

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

Description

Define step timing function for the cc animation framework. This is a chromium-side part. Blink part: https://codereview.chromium.org/812013002 BUG=441006 R=dstockwell@chromium.org R=ajuma@chromium.org TEST=ManualTests/animation/compositor-animation-steps.html Committed: https://crrev.com/515c5da5528c725f8a73584768dc6d1b22e5fbbc Cr-Commit-Position: refs/heads/master@{#309399}

Patch Set 1 #

Total comments: 21

Patch Set 2 : Codereview fixes #

Patch Set 3 : Remove unused enum #

Unified diffs Side-by-side diffs Delta from patch set Stats (+197 lines, -0 lines) Patch
M cc/animation/keyframed_animation_curve_unittest.cc View 1 1 chunk +95 lines, -0 lines 0 comments Download
M cc/animation/timing_function.h View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
M cc/animation/timing_function.cc View 1 2 chunks +38 lines, -0 lines 0 comments Download
M cc/blink/web_filter_animation_curve_impl.h View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/blink/web_filter_animation_curve_impl.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M cc/blink/web_float_animation_curve_impl.h View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/blink/web_float_animation_curve_impl.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M cc/blink/web_transform_animation_curve_impl.h View 1 chunk +4 lines, -0 lines 0 comments Download
M cc/blink/web_transform_animation_curve_impl.cc View 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (3 generated)
loyso (OOO)
6 years ago (2014-12-17 03:27:30 UTC) #1
loyso (OOO)
On 2014/12/17 03:27:30, loyso wrote: Chromium part: https://codereview.chromium.org/812013002/
6 years ago (2014-12-17 03:45:11 UTC) #2
loyso (OOO)
On 2014/12/17 at 03:45:11, loyso wrote: > On 2014/12/17 03:27:30, loyso wrote: > > Chromium ...
6 years ago (2014-12-17 07:23:45 UTC) #3
ajuma
This looks pretty good. https://codereview.chromium.org/809523004/diff/1/cc/animation/keyframed_animation_curve_unittest.cc File cc/animation/keyframed_animation_curve_unittest.cc (right): https://codereview.chromium.org/809523004/diff/1/cc/animation/keyframed_animation_curve_unittest.cc#newcode443 cc/animation/keyframed_animation_curve_unittest.cc:443: // Tests that a steps ...
6 years ago (2014-12-17 16:32:56 UTC) #4
loyso (OOO)
A couple of questions. Thanks in advance! https://codereview.chromium.org/809523004/diff/1/cc/animation/keyframed_animation_curve_unittest.cc File cc/animation/keyframed_animation_curve_unittest.cc (right): https://codereview.chromium.org/809523004/diff/1/cc/animation/keyframed_animation_curve_unittest.cc#newcode457 cc/animation/keyframed_animation_curve_unittest.cc:457: for (float ...
6 years ago (2014-12-18 01:53:06 UTC) #5
ajuma
https://codereview.chromium.org/809523004/diff/1/cc/animation/keyframed_animation_curve_unittest.cc File cc/animation/keyframed_animation_curve_unittest.cc (right): https://codereview.chromium.org/809523004/diff/1/cc/animation/keyframed_animation_curve_unittest.cc#newcode457 cc/animation/keyframed_animation_curve_unittest.cc:457: for (float i = 0; i < num_steps; i ...
6 years ago (2014-12-18 02:15:41 UTC) #6
loyso (OOO)
https://codereview.chromium.org/809523004/diff/1/cc/animation/keyframed_animation_curve_unittest.cc File cc/animation/keyframed_animation_curve_unittest.cc (right): https://codereview.chromium.org/809523004/diff/1/cc/animation/keyframed_animation_curve_unittest.cc#newcode457 cc/animation/keyframed_animation_curve_unittest.cc:457: for (float i = 0; i < num_steps; i ...
6 years ago (2014-12-18 03:17:30 UTC) #7
ajuma
https://codereview.chromium.org/809523004/diff/1/cc/animation/timing_function.cc File cc/animation/timing_function.cc (right): https://codereview.chromium.org/809523004/diff/1/cc/animation/timing_function.cc#newcode85 cc/animation/timing_function.cc:85: floor((steps_ * t) + steps_start_offset_) / steps_, 0.0, 1.0); ...
6 years ago (2014-12-18 14:32:54 UTC) #8
ajuma
Latest patch set lgtm.
6 years ago (2014-12-18 16:12:53 UTC) #9
dstockwell
lgtm
6 years ago (2014-12-19 01:41:21 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/809523004/40001
6 years ago (2014-12-22 04:44:19 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:40001)
6 years ago (2014-12-22 06:28:58 UTC) #15
commit-bot: I haz the power
6 years ago (2014-12-22 06:29:53 UTC) #16
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/515c5da5528c725f8a73584768dc6d1b22e5fbbc
Cr-Commit-Position: refs/heads/master@{#309399}

Powered by Google App Engine
This is Rietveld 408576698