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