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

Unified Diff: cc/output/renderer.cc

Issue 251343002: Remove offscreen compositor contexts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm-offscreencontext: include Created 6 years, 8 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
« no previous file with comments | « cc/output/renderer.h ('k') | cc/output/renderer_pixeltest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/renderer.cc
diff --git a/cc/output/renderer.cc b/cc/output/renderer.cc
index b0c4a60dbb7d36550c63995ffe66f1a3ce6edf06..e12d69e945dea6f29d665d55705193b59efcbf9f 100644
--- a/cc/output/renderer.cc
+++ b/cc/output/renderer.cc
@@ -17,7 +17,6 @@ bool Renderer::IsContextLost() {
RendererCapabilitiesImpl::RendererCapabilitiesImpl()
: best_texture_format(RGBA_8888),
allow_partial_texture_updates(false),
- using_offscreen_context3d(false),
max_texture_size(0),
using_shared_memory_resources(false),
using_partial_swap(false),
@@ -32,7 +31,6 @@ RendererCapabilitiesImpl::~RendererCapabilitiesImpl() {}
RendererCapabilities RendererCapabilitiesImpl::MainThreadCapabilities() const {
return RendererCapabilities(best_texture_format,
allow_partial_texture_updates,
- using_offscreen_context3d,
max_texture_size,
using_shared_memory_resources);
}
« no previous file with comments | « cc/output/renderer.h ('k') | cc/output/renderer_pixeltest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698