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 ba5bb69e63061830e7f75c4104d3467780984458..fadb4cc45be313c81c744e940621963935b9807d 100644 |
--- a/cc/trees/layer_tree_host_impl.h |
+++ b/cc/trees/layer_tree_host_impl.h |
@@ -339,6 +339,7 @@ class CC_EXPORT LayerTreeHostImpl |
virtual bool SwapBuffers(const FrameData& frame); |
virtual void WillBeginImplFrame(const BeginFrameArgs& args); |
+ virtual void DidFinishImplFrame(); |
void DidModifyTilePriorities(); |
LayerTreeImpl* active_tree() { return active_tree_.get(); } |
@@ -442,8 +443,6 @@ class CC_EXPORT LayerTreeHostImpl |
void SetTreePriority(TreePriority priority); |
TreePriority GetTreePriority() const; |
- void UpdateCurrentBeginFrameArgs(const BeginFrameArgs& args); |
- void ResetCurrentBeginFrameArgsForNextFrame(); |
virtual BeginFrameArgs CurrentBeginFrameArgs() const; |
// Expected time between two begin impl frame calls. |