| Index: cc/thread_proxy.cc
|
| diff --git a/cc/thread_proxy.cc b/cc/thread_proxy.cc
|
| index ea763c5615158d93b351b7fe2839e470cd2c809d..6e273624a25b862f1bda0176562e2c048207eb0b 100644
|
| --- a/cc/thread_proxy.cc
|
| +++ b/cc/thread_proxy.cc
|
| @@ -704,19 +704,9 @@ void ThreadProxy::scheduledActionCommit()
|
| m_currentResourceUpdateControllerOnImplThread->finalize();
|
| m_currentResourceUpdateControllerOnImplThread.reset();
|
|
|
| - // If there are linked evicted backings, these backings' resources may be put into the
|
| - // impl tree, so we can't draw yet. Determine this before clearing all evicted backings.
|
| - bool newImplTreeHasNoEvictedResources = !m_layerTreeHost->contentsTextureManager()->linkedEvictedBackingsExist();
|
| -
|
| m_layerTreeHostImpl->beginCommit();
|
| m_layerTreeHost->beginCommitOnImplThread(m_layerTreeHostImpl.get());
|
| m_layerTreeHost->finishCommitOnImplThread(m_layerTreeHostImpl.get());
|
| -
|
| - if (newImplTreeHasNoEvictedResources) {
|
| - if (m_layerTreeHostImpl->contentsTexturesPurged())
|
| - m_layerTreeHostImpl->resetContentsTexturesPurged();
|
| - }
|
| -
|
| m_layerTreeHostImpl->commitComplete();
|
|
|
| m_nextFrameIsNewlyCommittedFrameOnImplThread = true;
|
|
|