| 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 c09a2abdd0fd3ee6c6335f55c55559935a6caf40..cec3f60edfa32c0bfe9558b9bb9380ba11f19f89 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -342,7 +342,6 @@
|
|
|
| virtual bool SwapBuffers(const FrameData& frame);
|
| virtual void WillBeginImplFrame(const BeginFrameArgs& args);
|
| - virtual void DidFinishImplFrame();
|
| void DidModifyTilePriorities();
|
|
|
| LayerTreeImpl* active_tree() { return active_tree_.get(); }
|
| @@ -446,6 +445,8 @@
|
| 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.
|
|
|