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

Issue 1952563002: Rename and refactor ScrollOffsetAnimations to ScrollOffsetAnimationsImpl (Closed)

Created:
4 years, 7 months ago by ymalik
Modified:
4 years, 7 months ago
Reviewers:
loyso (OOO), ajuma
CC:
chromium-reviews, cc-bugs_chromium.org, skobes
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Rename and refactor ScrollOffsetAnimations to ScrollOffsetAnimationsImpl Pre-req CL to enable communication between MT and impl-only animations. This is described in http://bit.ly/1Y6RA6y. Note that this CL has no behavioral change. BUG=594456 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/1b8eeda89c1ddb96201d98c9446afd5da2d68c18 Cr-Commit-Position: refs/heads/master@{#391530}

Patch Set 1 #

Patch Set 2 : remove unused dependency #

Patch Set 3 : s/ScrollOffsetAnimationsHostImpl/ScrollOffsetAnimationsImpl #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+211 lines, -135 lines) Patch
M cc/BUILD.gn View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M cc/animation/animation_host.h View 1 2 2 chunks +2 lines, -2 lines 1 comment Download
M cc/animation/animation_host.cc View 1 2 4 chunks +10 lines, -133 lines 0 comments Download
A cc/animation/scroll_offset_animations_impl.h View 1 2 1 chunk +77 lines, -0 lines 0 comments Download
A cc/animation/scroll_offset_animations_impl.cc View 1 2 1 chunk +118 lines, -0 lines 0 comments Download
M cc/cc.gyp View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
ymalik
4 years, 7 months ago (2016-05-04 01:58:41 UTC) #3
loyso (OOO)
ajuma@, may we leave it as ScrollOffsetAnimations and ScrollOffsetAnimationsImpl? Would it be too generic?
4 years, 7 months ago (2016-05-04 06:36:50 UTC) #4
ajuma
On 2016/05/04 06:36:50, loyso wrote: > ajuma@, may we leave it as ScrollOffsetAnimations and > ...
4 years, 7 months ago (2016-05-04 13:42:47 UTC) #5
ymalik
On 2016/05/04 13:42:47, ajuma wrote: > On 2016/05/04 06:36:50, loyso wrote: > > ajuma@, may ...
4 years, 7 months ago (2016-05-04 14:47:46 UTC) #6
ajuma
Thanks, lgtm
4 years, 7 months ago (2016-05-04 15:01:22 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1952563002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1952563002/40001
4 years, 7 months ago (2016-05-04 15:06:17 UTC) #9
ymalik
On 2016/05/04 15:01:22, ajuma wrote: > Thanks, lgtm @loyso, I will submit this to unblock ...
4 years, 7 months ago (2016-05-04 15:07:36 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 7 months ago (2016-05-04 16:18:28 UTC) #13
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/1b8eeda89c1ddb96201d98c9446afd5da2d68c18 Cr-Commit-Position: refs/heads/master@{#391530}
4 years, 7 months ago (2016-05-04 16:20:02 UTC) #15
loyso (OOO)
4 years, 7 months ago (2016-05-04 23:47:21 UTC) #16
Message was sent while issue was closed.
LGTM with a nit.

https://codereview.chromium.org/1952563002/diff/40001/cc/animation/animation_...
File cc/animation/animation_host.h (right):

https://codereview.chromium.org/1952563002/diff/40001/cc/animation/animation_...
cc/animation/animation_host.h:16: #include
"cc/animation/scroll_offset_animations_impl.h"
Nit: You could use forward declaration here.

Powered by Google App Engine
This is Rietveld 408576698