| Index: cc/thread_proxy.cc
|
| ===================================================================
|
| --- cc/thread_proxy.cc (revision 175652)
|
| +++ cc/thread_proxy.cc (working copy)
|
| @@ -1013,8 +1013,7 @@
|
| void ThreadProxy::commitPendingOnImplThreadForTesting(CommitPendingRequest* request)
|
| {
|
| DCHECK(isImplThread());
|
| - if (m_layerTreeHostImpl->outputSurface())
|
| - request->commitPending = m_schedulerOnImplThread->commitPending();
|
| + request->commitPending = m_schedulerOnImplThread->commitPending();
|
| request->completion.signal();
|
| }
|
|
|
|
|