Commit 42230737 authored by Kevin Ellis's avatar Kevin Ellis Committed by Commit Bot

Remove PlayStateUpdateScope from Animation::PostCommit.

Animation::PostCommit does not alter the state of any flags that affect
play state.

Bug: 960944
Change-Id: I3aff88c688aed376c046f249fd627187757ac280
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1911387Reviewed-by: default avatarMajid Valipour <majidvp@chromium.org>
Commit-Queue: Kevin Ellis <kevers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#714932}
parent 7777e961
......@@ -521,9 +521,6 @@ bool Animation::PreCommit(
}
void Animation::PostCommit(double timeline_time) {
PlayStateUpdateScope update_scope(*this, kTimingUpdateOnDemand,
kDoNotSetCompositorPending);
compositor_pending_ = false;
if (!compositor_state_ || compositor_state_->pending_action == kNone)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment