| Index: cc/thread_proxy.cc
|
| diff --git a/cc/thread_proxy.cc b/cc/thread_proxy.cc
|
| index 8a50a7780ae314022e49b91f25af4a1dda906045..02174bf9ca5b9d9e2afa5b40f1d6f9d355fee21b 100644
|
| --- a/cc/thread_proxy.cc
|
| +++ b/cc/thread_proxy.cc
|
| @@ -829,6 +829,12 @@ void ThreadProxy::didAnticipatedDrawTimeChange(base::TimeTicks time)
|
| m_currentResourceUpdateControllerOnImplThread->performMoreUpdates(time);
|
| }
|
|
|
| +const LayerTreeSettings& ThreadProxy::settings() const
|
| +{
|
| + DCHECK(isImplThread());
|
| + return m_layerTreeHostImpl->settings();
|
| +}
|
| +
|
| void ThreadProxy::readyToFinalizeTextureUpdates()
|
| {
|
| DCHECK(isImplThread());
|
|
|