| Index: cc/trees/thread_proxy.cc
|
| diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc
|
| index 9fac98bb3490af63272a63cdcee171987260f85d..6ebef6cd2ded70d3711df7361a50c23c2c2ea5f9 100644
|
| --- a/cc/trees/thread_proxy.cc
|
| +++ b/cc/trees/thread_proxy.cc
|
| @@ -630,20 +630,6 @@ bool ThreadProxy::SupportsImplScrolling() const {
|
| return true;
|
| }
|
|
|
| -void ThreadProxy::SetDebugState(const LayerTreeDebugState& debug_state) {
|
| - Proxy::ImplThreadTaskRunner()->PostTask(
|
| - FROM_HERE,
|
| - base::Bind(&ThreadProxy::SetDebugStateOnImplThread,
|
| - impl_thread_weak_ptr_,
|
| - debug_state));
|
| -}
|
| -
|
| -void ThreadProxy::SetDebugStateOnImplThread(
|
| - const LayerTreeDebugState& debug_state) {
|
| - DCHECK(IsImplThread());
|
| - impl().scheduler->SetContinuousPainting(debug_state.continuous_painting);
|
| -}
|
| -
|
| void ThreadProxy::FinishAllRenderingOnImplThread(CompletionEvent* completion) {
|
| TRACE_EVENT0("cc", "ThreadProxy::FinishAllRenderingOnImplThread");
|
| DCHECK(IsImplThread());
|
|
|