Chromium Code Reviews

Unified Diff: cc/resource_provider.cc

Issue 12212007: cc: Route offscreen context creation for compositor to the browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: cc/resource_provider.cc
diff --git a/cc/resource_provider.cc b/cc/resource_provider.cc
index 67d3adfb05d339b547b6ab831703494ee3326446..259d56e6f6a5acbde912555b5c48bdc698288781 100644
--- a/cc/resource_provider.cc
+++ b/cc/resource_provider.cc
@@ -544,6 +544,7 @@ ResourceProvider::ScopedWriteLockSoftware::~ScopedWriteLockSoftware()
ResourceProvider::ResourceProvider(OutputSurface* context)
: m_outputSurface(context)
+ , m_offscreenContext3d(NULL)
, m_nextId(1)
, m_nextChild(1)
, m_defaultResourceType(GLTexture)

Powered by Google App Engine