Skip to content

Commit

Permalink
Fix typo in Animator comment (#38040)
Browse files Browse the repository at this point in the history
Animation::Render -> Animator::Render. Spotted during some code
archaeology during a review.
  • Loading branch information
cbracken committed Dec 2, 2022
1 parent a8a08d1 commit 98b947a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/common/animator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ void Animator::BeginFrame(

if (!producer_continuation_) {
// We may already have a valid pipeline continuation in case a previous
// begin frame did not result in an Animation::Render. Simply reuse that
// begin frame did not result in an Animator::Render. Simply reuse that
// instead of asking the pipeline for a fresh continuation.
producer_continuation_ = layer_tree_pipeline_->Produce();

Expand Down

0 comments on commit 98b947a

Please sign in to comment.