Index: cc/thread_proxy.cc |
diff --git a/cc/thread_proxy.cc b/cc/thread_proxy.cc |
index fe92817ea58a659061e98380f4953a1c5dd5043c..7395aac7f515d801b37a37da760bad923a0362be 100644 |
--- a/cc/thread_proxy.cc |
+++ b/cc/thread_proxy.cc |
@@ -1028,7 +1028,7 @@ void ThreadProxy::initializeRendererOnImplThread(CompletionEvent* completion, bo |
capabilities->usingSwapCompleteCallback); |
int maxFramesPending = FrameRateController::kDefaultMaxFramesPending; |
- if (m_layerTreeHostImpl->outputSurface()->Capabilities().has_parent_compositor) |
+ if (m_layerTreeHostImpl->outputSurface()->capabilities().has_parent_compositor) |
maxFramesPending = 1; |
m_schedulerOnImplThread->setMaxFramesPending(maxFramesPending); |
} |