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

Issue 2349643003: CC Animation: Extract PropertyAnimationState as a non-nested struct. (Closed)

Created:
4 years, 3 months ago by loyso (OOO)
Modified:
4 years, 2 months ago
Reviewers:
jaydasika, ajuma
CC:
chromium-reviews, cc-bugs_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

CC Animation: Extract PropertyAnimationState as a non-nested struct. Next step: Rework UpdateClientAnimationState to deal with a bitset instead of single property (batch, batch, batch) BUG=592873 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Committed: https://crrev.com/cf6458cc14b04d5bf6852e1f2ce348fdd8040a8a Cr-Commit-Position: refs/heads/master@{#422704}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Remove DCHECK_LE. #

Patch Set 3 : Reparent to master to make it independent. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+160 lines, -68 lines) Patch
M cc/BUILD.gn View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M cc/animation/animation_player.h View 1 2 4 chunks +5 lines, -3 lines 0 comments Download
M cc/animation/animation_player.cc View 1 2 2 chunks +21 lines, -0 lines 0 comments Download
M cc/animation/element_animations.h View 1 2 2 chunks +4 lines, -16 lines 0 comments Download
M cc/animation/element_animations.cc View 1 2 3 chunks +15 lines, -49 lines 0 comments Download
A cc/animation/property_animation_state.h View 1 chunk +34 lines, -0 lines 0 comments Download
A cc/animation/property_animation_state.cc View 1 1 chunk +79 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 28 (21 generated)
loyso (OOO)
4 years, 3 months ago (2016-09-16 06:33:10 UTC) #8
jaydasika
lgtm
4 years, 3 months ago (2016-09-16 16:05:33 UTC) #11
ajuma
lgtm too https://codereview.chromium.org/2349643003/diff/1/cc/animation/property_animation_state.cc File cc/animation/property_animation_state.cc (right): https://codereview.chromium.org/2349643003/diff/1/cc/animation/property_animation_state.cc#newcode70 cc/animation/property_animation_state.cc:70: return currently_running_for_active_elements <= Code after a DCHECK ...
4 years, 3 months ago (2016-09-16 16:50:52 UTC) #12
loyso (OOO)
https://codereview.chromium.org/2349643003/diff/1/cc/animation/property_animation_state.cc File cc/animation/property_animation_state.cc (right): https://codereview.chromium.org/2349643003/diff/1/cc/animation/property_animation_state.cc#newcode70 cc/animation/property_animation_state.cc:70: return currently_running_for_active_elements <= On 2016/09/16 16:50:52, ajuma wrote: > ...
4 years, 3 months ago (2016-09-19 02:45:35 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2349643003/40001
4 years, 2 months ago (2016-10-04 04:13:57 UTC) #24
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 2 months ago (2016-10-04 04:21:06 UTC) #26
commit-bot: I haz the power
4 years, 2 months ago (2016-10-04 04:22:52 UTC) #28
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/cf6458cc14b04d5bf6852e1f2ce348fdd8040a8a
Cr-Commit-Position: refs/heads/master@{#422704}

Powered by Google App Engine
This is Rietveld 408576698