| Index: cc/trees/layer_tree_host_impl.cc
|
| diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc
|
| index 363e940899c1d80631d68686ea3b83e7ed27c6bb..df75d2acff48c1ffcbd2454da10196e0bf4e4e75 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -1831,6 +1831,9 @@ void LayerTreeHostImpl::WillBeginImplFrame(const BeginFrameArgs& args) {
|
| SetNeedsRedraw();
|
| }
|
|
|
| + if (input_handler_client_)
|
| + input_handler_client_->DeliverInputForBeginFrame();
|
| +
|
| Animate();
|
|
|
| for (auto* it : video_frame_controllers_)
|
|
|