| Index: cc/layer_tree_host.cc
|
| diff --git a/cc/layer_tree_host.cc b/cc/layer_tree_host.cc
|
| index ca5e7f103a22995846957e5af088fb1f9e84836b..0324c7781558a2e54f3c5b1e2d3b79b6a291de75 100644
|
| --- a/cc/layer_tree_host.cc
|
| +++ b/cc/layer_tree_host.cc
|
| @@ -222,6 +222,11 @@ void LayerTreeHost::updateAnimations(base::TimeTicks frameBeginTime)
|
| m_renderingStats.numAnimationFrames++;
|
| }
|
|
|
| +void LayerTreeHost::didStopFlinging()
|
| +{
|
| + m_proxy->mainThreadHasStoppedFlinging();
|
| +}
|
| +
|
| void LayerTreeHost::layout()
|
| {
|
| m_client->layout();
|
|
|