| Index: cc/trees/proxy_impl.cc
|
| diff --git a/cc/trees/proxy_impl.cc b/cc/trees/proxy_impl.cc
|
| index 4852da2a52e8523e37eff553dce60b8f93e27c05..7defc51fd4b093d6b995c1b282d38af7ea943d12 100644
|
| --- a/cc/trees/proxy_impl.cc
|
| +++ b/cc/trees/proxy_impl.cc
|
| @@ -204,13 +204,6 @@ void ProxyImpl::BeginMainFrameAbortedOnImpl(
|
| scheduler_->BeginMainFrameAborted(reason);
|
| }
|
|
|
| -void ProxyImpl::FinishAllRenderingOnImpl(CompletionEvent* completion) {
|
| - TRACE_EVENT0("cc", "ProxyImpl::FinishAllRenderingOnImplThread");
|
| - DCHECK(IsImplThread());
|
| - layer_tree_host_impl_->FinishAllRendering();
|
| - completion->Signal();
|
| -}
|
| -
|
| void ProxyImpl::SetVisibleOnImpl(bool visible) {
|
| TRACE_EVENT1("cc", "ProxyImpl::SetVisibleOnImplThread", "visible", visible);
|
| DCHECK(IsImplThread());
|
|
|