| Index: cc/layer_tree_host_impl.cc
|
| diff --git a/cc/layer_tree_host_impl.cc b/cc/layer_tree_host_impl.cc
|
| index 6e349d92c63ffef6ac5da6cd0e21699d29369035..e4d53d60dcb0f0f1fb3f896137f4fd25de39aa50 100644
|
| --- a/cc/layer_tree_host_impl.cc
|
| +++ b/cc/layer_tree_host_impl.cc
|
| @@ -781,6 +781,11 @@ void LayerTreeHostImpl::DidVSync(base::TimeTicks frameTime)
|
| m_client->didVSync(frameTime);
|
| }
|
|
|
| +void LayerTreeHostImpl::didReceiveLastInputEventForVSync()
|
| +{
|
| + m_client->didReceiveLastInputEventForVSync();
|
| +}
|
| +
|
| void LayerTreeHostImpl::OnCanDrawStateChangedForTree(LayerTreeImpl*)
|
| {
|
| m_client->onCanDrawStateChanged(canDraw());
|
|
|