Index: cc/layer_tree_host.h |
diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h |
index 5c1ce68d759f4fb174708b7ee6792bbce1209f50..dfb40941e263e8c96815212365c577d8e74e98f4 100644 |
--- a/cc/layer_tree_host.h |
+++ b/cc/layer_tree_host.h |
@@ -86,6 +86,7 @@ public: |
void willBeginFrame() { m_client->willBeginFrame(); } |
void didBeginFrame() { m_client->didBeginFrame(); } |
void updateAnimations(base::TimeTicks monotonicFrameBeginTime); |
+ void didStopFlinging(); |
void layout(); |
void beginCommitOnImplThread(LayerTreeHostImpl*); |
void finishCommitOnImplThread(LayerTreeHostImpl*); |