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

Unified Diff: cc/software_renderer.cc

Issue 11232051: Remove static thread pointers from CC (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 2 months 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/software_renderer.cc
diff --git a/cc/software_renderer.cc b/cc/software_renderer.cc
index da8626e09a999a6e8f78e55a4e31aadff23ba6f1..61c363ee85fc3c5f336ae126c3098fa158423e19 100644
--- a/cc/software_renderer.cc
+++ b/cc/software_renderer.cc
@@ -332,7 +332,7 @@ void CCRendererSoftware::drawUnsupportedQuad(const DrawingFrame& frame, const CC
bool CCRendererSoftware::swapBuffers()
{
- if (CCProxy::hasImplThread())
+ if (m_proxy->hasImplThread())
m_client->onSwapBuffersComplete();
return true;
}
« cc/proxy.h ('K') | « cc/single_thread_proxy.cc ('k') | cc/texture_update_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698