| 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..70f708f07380cc400b2ae4c3293cb74d769f1288 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 DidBeginImplFrameDeadline();
|
| 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.
|
|
|