| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index d06c54b4d6c9b20be7897680e8c4fbf7488dca49..b3a55b40d07568d0ca19aac90cdef0af65f0c185 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -121,7 +121,7 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
|
|
|
| void BeginMainFrame();
|
| void BeginMainFrameAbortedOnImplThread();
|
| - void DoCommit(base::TimeTicks frame_begin_time);
|
| + void DoCommit(const BeginFrameArgs& begin_frame_args);
|
| DrawResult DoComposite(base::TimeTicks frame_begin_time,
|
| LayerTreeHostImpl::FrameData* frame);
|
| void DoSwap();
|
|
|