| 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 0d64124649b71cb47d288fea1fda5af5a59df3cd..9827457b1bdbf10db987bd9a8161c9e976dde11e 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.
|
|
|