| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index 0ff637a155ea6127feae88004f12b0c4e301c4da..77d34ecec6d0b547ef23feb0a41ca3b6ca89582e 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -134,8 +134,7 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
|
| void DoAnimate();
|
| void DoBeginMainFrame(const BeginFrameArgs& begin_frame_args);
|
| void DoCommit();
|
| - DrawResult DoComposite(base::TimeTicks frame_begin_time,
|
| - LayerTreeHostImpl::FrameData* frame);
|
| + DrawResult DoComposite(LayerTreeHostImpl::FrameData* frame);
|
| void DoSwap();
|
| void DidCommitAndDrawFrame();
|
| void CommitComplete();
|
|
|