Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 98b947a

Browse files
authored
Fix typo in Animator comment (#38040)
Animation::Render -> Animator::Render. Spotted during some code archaeology during a review.
1 parent a8a08d1 commit 98b947a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/common/animator.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ void Animator::BeginFrame(
8080

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

0 commit comments

Comments
 (0)