| 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 7889ddce3de41937972cde28ee84e323bdf42d35..ea3db0c754751269beeea42c98f189f71f3c15d6 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -1828,6 +1828,9 @@ void LayerTreeHostImpl::WillBeginImplFrame(const BeginFrameArgs& args) {
|
| SetNeedsRedraw();
|
| }
|
|
|
| + if (input_handler_client_)
|
| + input_handler_client_->DeliverInputForBeginFrame();
|
| +
|
| Animate();
|
|
|
| for (auto* it : video_frame_controllers_)
|
|
|