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

Unified Diff: cc/layer_tree_host.cc

Issue 12371002: [cc] Mailbox Output Surface Support (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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/layer_tree_host.cc
diff --git a/cc/layer_tree_host.cc b/cc/layer_tree_host.cc
index eff03f6fc4f0d6d5685ac8b306511f0b9c0a0740..3c41e58117d7bd66c26ed2a0a1eb9bf2536cb27c 100644
--- a/cc/layer_tree_host.cc
+++ b/cc/layer_tree_host.cc
@@ -43,7 +43,6 @@ RendererCapabilities::RendererCapabilities()
, usingSetVisibility(false)
, usingSwapCompleteCallback(false)
, usingGpuMemoryManager(false)
- , usingDiscardBackbuffer(false)
, usingEglImage(false)
, allowPartialTextureUpdates(false)
, usingOffscreenContext3d(false)
« no previous file with comments | « cc/layer_tree_host.h ('k') | cc/output_surface.h » ('j') | cc/output_surface.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698