| Index: cc/trees/thread_proxy.h
|
| diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
|
| index 2f3e7c56a671bb48257713001e072a385b398412..f10e4ba7d4f39a75a536eb4ac5ca4b771ca1598b 100644
|
| --- a/cc/trees/thread_proxy.h
|
| +++ b/cc/trees/thread_proxy.h
|
| @@ -253,7 +253,6 @@ class CC_EXPORT ThreadProxy : public Proxy,
|
| void InitializeImplOnImplThread(CompletionEvent* completion);
|
| void SetLayerTreeHostClientReadyOnImplThread();
|
| void SetVisibleOnImplThread(CompletionEvent* completion, bool visible);
|
| - void UpdateBackgroundAnimateTicking();
|
| void HasInitializedOutputSurfaceOnImplThread(
|
| CompletionEvent* completion,
|
| bool* has_initialized_output_surface);
|
|
|