| Index: cc/trees/proxy_impl.cc
|
| diff --git a/cc/trees/proxy_impl.cc b/cc/trees/proxy_impl.cc
|
| index 123e394d508152a4f3a1972ecebefeec55b7555e..92b4506c418a02b51ed4d36467c24b0ff7ec77c5 100644
|
| --- a/cc/trees/proxy_impl.cc
|
| +++ b/cc/trees/proxy_impl.cc
|
| @@ -184,7 +184,6 @@ void ProxyImpl::BeginMainFrameAbortedOnImpl(
|
| CommitEarlyOutReasonToString(reason));
|
| DCHECK(IsImplThread());
|
| DCHECK(scheduler_->CommitPending());
|
| - DCHECK(!layer_tree_host_impl_->pending_tree());
|
|
|
| if (CommitEarlyOutHandledCommit(reason)) {
|
| SetInputThrottledUntilCommitOnImpl(false);
|
|
|