Index: cc/software_renderer.cc |
=================================================================== |
--- cc/software_renderer.cc (revision 171405) |
+++ cc/software_renderer.cc (working copy) |
@@ -71,6 +71,7 @@ |
m_capabilities.maxTextureSize = INT_MAX; |
m_capabilities.bestTextureFormat = GL_RGBA; |
+ m_capabilities.contextHasCachedFrontBuffer = true; |
m_capabilities.usingSetVisibility = true; |
// The updater can access bitmaps while the SoftwareRenderer is using them. |
m_capabilities.allowPartialTextureUpdates = true; |