Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1443)

Unified Diff: cc/thread_proxy.cc

Issue 11361223: cc: Remove cc::settings, move them to LayerTreeSettings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());

Powered by Google App Engine
This is Rietveld 408576698