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

Issue 2966793002: NOT FOR REVIEW - convert to cc animation

Created:
3 years, 5 months ago by Ian Vollick
Modified:
3 years, 5 months ago
Reviewers:
CC:
chromium-reviews, cc-bugs_chromium.org, feature-vr-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

NOT FOR REVIEW - convert to cc animation BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : switch to transform operations #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1167 lines, -1050 lines) Patch
M cc/animation/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M cc/animation/animation_curve.h View 5 chunks +16 lines, -3 lines 0 comments Download
M cc/animation/animation_curve.cc View 1 chunk +9 lines, -0 lines 0 comments Download
A cc/animation/animation_observer.h View 1 2 1 chunk +42 lines, -0 lines 0 comments Download
M cc/animation/animation_player.h View 4 chunks +9 lines, -0 lines 0 comments Download
M cc/animation/animation_player.cc View 1 2 14 chunks +62 lines, -30 lines 0 comments Download
M cc/animation/element_animations.h View 1 2 3 chunks +13 lines, -9 lines 0 comments Download
M cc/animation/element_animations.cc View 1 2 2 chunks +11 lines, -6 lines 0 comments Download
M cc/animation/keyframed_animation_curve.h View 1 4 chunks +58 lines, -1 line 0 comments Download
M cc/animation/keyframed_animation_curve.cc View 4 chunks +80 lines, -5 lines 0 comments Download
M cc/animation/keyframed_animation_curve_unittest.cc View 3 chunks +93 lines, -3 lines 0 comments Download
M cc/animation/transform_operation.h View 1 chunk +5 lines, -1 line 0 comments Download
M cc/animation/transform_operation.cc View 3 chunks +121 lines, -87 lines 0 comments Download
M cc/animation/transform_operations.h View 5 chunks +6 lines, -5 lines 0 comments Download
M cc/animation/transform_operations.cc View 7 chunks +31 lines, -17 lines 0 comments Download
M cc/animation/transform_operations_unittest.cc View 31 chunks +43 lines, -43 lines 0 comments Download
M cc/test/animation_test_common.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/animation_test_common.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M cc/test/animation_timelines_test_common.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/geometry_test_utils.h View 4 chunks +28 lines, -2 lines 0 comments Download
M cc/test/geometry_test_utils.cc View 1 chunk +17 lines, -16 lines 0 comments Download
M cc/trees/target_property.h View 1 chunk +2 lines, -1 line 0 comments Download
M cc/trees/target_property.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/android/vr_shell/BUILD.gn View 3 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/android/vr_shell/DEPS View 1 chunk +2 lines, -0 lines 0 comments Download
D chrome/browser/android/vr_shell/animation.h View 1 chunk +0 lines, -56 lines 0 comments Download
D chrome/browser/android/vr_shell/animation.cc View 1 chunk +0 lines, -30 lines 0 comments Download
D chrome/browser/android/vr_shell/easing.h View 1 chunk +0 lines, -96 lines 0 comments Download
D chrome/browser/android/vr_shell/easing.cc View 1 chunk +0 lines, -50 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/button.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/button.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/exclusive_screen_toast.h View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/exclusive_screen_toast.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/exit_prompt.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/exit_prompt.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/exit_prompt_backplane.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/exit_prompt_backplane.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/exit_prompt_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/loading_indicator.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/loading_indicator.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/screen_dimmer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/screen_dimmer.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/simple_textured_element.h View 2 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/splash_screen_icon.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/splash_screen_icon.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/system_indicator.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/system_indicator.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/textured_element.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/textured_element.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/transience_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/transient_url_bar.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/transient_url_bar.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/ui_element.h View 1 2 11 chunks +67 lines, -65 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/ui_element.cc View 4 chunks +68 lines, -125 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/ui_element_unittest.cc View 1 2 chunks +76 lines, -136 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/url_bar.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/android/vr_shell/ui_elements/url_bar.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_scene.h View 2 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_scene.cc View 4 chunks +8 lines, -27 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_scene_manager.cc View 1 2 20 chunks +125 lines, -98 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_scene_unittest.cc View 5 chunks +47 lines, -89 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_shell_gl.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M ui/gfx/animation/tween.h View 2 chunks +5 lines, -0 lines 0 comments Download
M ui/gfx/animation/tween.cc View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M ui/gfx/animation/tween_unittest.cc View 1 2 1 chunk +20 lines, -0 lines 0 comments Download
M ui/gfx/test/gfx_util.h View 1 2 2 chunks +8 lines, -0 lines 0 comments Download
M ui/gfx/test/gfx_util.cc View 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (1 generated)
Ian Vollick
3 years, 5 months ago (2017-06-30 15:38:40 UTC) #1
Description was changed from

==========
NOT FOR REVIEW - convert to cc animation

BUG=
==========

to

==========
NOT FOR REVIEW - convert to cc animation

BUG=
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel
==========

Powered by Google App Engine
This is Rietveld 408576698