| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index 1e768573ca02640959a937cec31538e0cf48c36d..5b3766bce18a70cd2d932caf33b87ad378b83646 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -118,7 +118,6 @@
|
|
|
| void BeginMainFrame();
|
| void BeginMainFrameAbortedOnImplThread();
|
| - void DoAnimate();
|
| void DoBeginMainFrame(const BeginFrameArgs& begin_frame_args);
|
| void DoCommit();
|
| DrawResult DoComposite(base::TimeTicks frame_begin_time,
|
| @@ -128,6 +127,7 @@
|
| void CommitComplete();
|
|
|
| bool ShouldComposite() const;
|
| + void UpdateBackgroundAnimateTicking();
|
| void ScheduleRequestNewOutputSurface();
|
|
|
| // Accessed on main thread only.
|
|
|