Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create compositor animation for background-color #26610

Merged
merged 1 commit into from Dec 9, 2020

Conversation

chromium-wpt-export-bot
Copy link
Collaborator

@chromium-wpt-export-bot chromium-wpt-export-bot commented Nov 23, 2020

This CL is the first step of the background-color animation using
off-thread paint worklet infrastructure. The design doc is here:
https://docs.google.com/document/d/1usCnwWs8HsH5FU_185q6MsrZehFmpl5QgbbB4pvHIjI/edit

In particular, this CL just make sure that we are able to create a
compositor animation for background-color. Then the compositor
thread ticks the animation and dispatches the paint job to
the worker thread to paint.

In the actual paint, we do hard code the result, which means
there is no interpolation implementation at this moment. We
will implement the interpolation logic in a coming CL.

Bug: 1139008, 1148369
Change-Id: I9d2aba2106f38f89bce0e97df29fa0d4f30b2c76
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2549530
Reviewed-by: Robert Flack <flackr@chromium.org>
Commit-Queue: Xida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#834886}

Copy link
Collaborator

@wpt-pr-bot wpt-pr-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The review process for this patch is being conducted in the Chromium project.

@chromium-wpt-export-bot chromium-wpt-export-bot force-pushed the chromium-export-cl-2549530 branch 4 times, most recently from eaba239 to af67881 Compare November 26, 2020 03:03
@chromium-wpt-export-bot chromium-wpt-export-bot force-pushed the chromium-export-cl-2549530 branch 4 times, most recently from 1afabf6 to aedf142 Compare December 4, 2020 14:23
@chromium-wpt-export-bot chromium-wpt-export-bot force-pushed the chromium-export-cl-2549530 branch 3 times, most recently from 8cf9f35 to 035a151 Compare December 8, 2020 18:57
This CL is the first step of the background-color animation using
off-thread paint worklet infrastructure. The design doc is here:
https://docs.google.com/document/d/1usCnwWs8HsH5FU_185q6MsrZehFmpl5QgbbB4pvHIjI/edit

In particular, this CL just make sure that we are able to create a
compositor animation for background-color. Then the compositor
thread ticks the animation and dispatches the paint job to
the worker thread to paint.

In the actual paint, we do hard code the result, which means
there is no interpolation implementation at this moment. We
will implement the interpolation logic in a coming CL.

Bug: 1139008, 1148369
Change-Id: I9d2aba2106f38f89bce0e97df29fa0d4f30b2c76
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2549530
Reviewed-by: Robert Flack <flackr@chromium.org>
Commit-Queue: Xida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#834886}
@LukeZielinski
Copy link
Contributor

Checks passes on TC but status didn't make it to Github. Retrying

@LukeZielinski LukeZielinski reopened this Dec 9, 2020
@chromium-wpt-export-bot chromium-wpt-export-bot merged commit 1cadc0e into master Dec 9, 2020
@chromium-wpt-export-bot chromium-wpt-export-bot deleted the chromium-export-cl-2549530 branch December 9, 2020 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants