You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename cc animation classes to be consistent with blink classes and spec
Currently the names of Animation related classes on cc side is very
confusing. e.g. cc::Animation is quite different from blink::Animation.
blink::Animation is corresponding to cc::AnimationPlayer which owns
multiple cc::AnimationTicker which owns multiple cc::Animation.
To be consistent with blink, it’s better to rename the relevant classes.
In addition, the cc::AnimationTicker behaves as the cc counterpart of
blink::KeyframeEffect therefore it should be renamed as well.
Corresponding changes are also made to the clients of cc::Animation
(vr, ui, blink) in this patch.
Summary:
This patch:
Animation -> KeyframeModel
AnimationTicker -> KeyframeEffect
Follow up patch:
AnimationPlayer -> Animation
Bug: 807667
Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_vr;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: I24c240b514da38541e4dd8a5550a9092ebd11430
Reviewed-on: https://chromium-review.googlesource.com/906830
Commit-Queue: Yi Gu <yigu@chromium.org>
Reviewed-by: Ian Vollick <vollick@chromium.org>
Reviewed-by: Majid Valipour <majidvp@chromium.org>
Reviewed-by: Robert Flack <flackr@chromium.org>
Reviewed-by: Stephen McGruer <smcgruer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#537082}
0 commit comments