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