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..0a9f403cadb62359e460d2a109169e848f0c0b50 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 BeginMainFrameCompleted() {} // For tests. |
virtual void BeginCommit(); |
virtual void CommitComplete(); |
virtual void UpdateAnimationState(bool start_ready_animations); |