| 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 cec3f60edfa32c0bfe9558b9bb9380ba11f19f89..c09a2abdd0fd3ee6c6335f55c55559935a6caf40 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -342,6 +342,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(); }
|
| @@ -445,8 +446,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.
|
|
|