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

Unified Diff: cc/software_renderer.cc

Issue 11450019: Finish the rename from cc::GraphicsContext to cc::OutputSurface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 a2fd08a55642f2d993ac633fae9ad26a7d663053..3da5929ff4c078290a0e75e7db2ce5fab98f7930 100644
--- a/cc/software_renderer.cc
+++ b/cc/software_renderer.cc
@@ -71,7 +71,6 @@ SoftwareRenderer::SoftwareRenderer(RendererClient* client, ResourceProvider* res
m_capabilities.maxTextureSize = INT_MAX;
m_capabilities.bestTextureFormat = GL_RGBA;
- m_capabilities.contextHasCachedFrontBuffer = true;
jamesr 2012/12/06 00:17:35 hmm?
danakj 2012/12/06 01:02:55 This was set in each renderer but then completely
m_capabilities.usingSetVisibility = true;
viewportChanged();
« cc/DEPS ('K') | « cc/single_thread_proxy.cc ('k') | cc/software_renderer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698