Index: cc/trees/layer_tree_host_impl.h |
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h |
index 00dabd61f6ba5e5ae5910d101e88a67ed089c4c7..364eece3f8f761a637845544af8fafb2dc52479f 100644 |
--- a/cc/trees/layer_tree_host_impl.h |
+++ b/cc/trees/layer_tree_host_impl.h |
@@ -236,6 +236,7 @@ class CC_EXPORT LayerTreeHostImpl |
}; |
virtual void BeginMainFrameAborted(CommitEarlyOutReason reason); |
+ virtual void ReadyToCommit() {} // For tests. |
virtual void BeginCommit(); |
virtual void CommitComplete(); |
virtual void UpdateAnimationState(bool start_ready_animations); |