| Index: cc/thread_proxy.cc
|
| ===================================================================
|
| --- cc/thread_proxy.cc (revision 175415)
|
| +++ cc/thread_proxy.cc (working copy)
|
| @@ -942,11 +942,6 @@
|
| capabilities->usingSwapCompleteCallback);
|
| }
|
|
|
| - int maxFramesPending = FrameRateController::kDefaultMaxFramesPending;
|
| - if (m_layerTreeHostImpl->outputSurface()->Capabilities().has_parent_compositor)
|
| - maxFramesPending = 1;
|
| - m_schedulerOnImplThread->setMaxFramesPending(maxFramesPending);
|
| -
|
| completion->signal();
|
| }
|
|
|
|
|