| Index: cc/trees/thread_proxy.cc
|
| diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc
|
| index 2240a10c71b40ceac159bdb4ac32d8d6603b43c8..ef49ff85d4d4081c011fe32c50a5ae0889458775 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());
|
|
|