Index: cc/layer_tree_host.cc |
diff --git a/cc/layer_tree_host.cc b/cc/layer_tree_host.cc |
index ca5e7f103a22995846957e5af088fb1f9e84836b..a8a06619347b3e1e3e83f4e93355c8d581e7f406 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::mainThreadHasStoppedFlinging() |
+{ |
+ m_proxy->mainThreadHasStoppedFlinging(); |
+} |
+ |
void LayerTreeHost::layout() |
{ |
m_client->layout(); |