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

Unified Diff: cc/output/ca_layer_overlay.h

Issue 2162193002: Add logic to GLRenderer to support RenderPassDrawQuad copying. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup. Created 4 years, 5 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 | « no previous file | cc/output/direct_renderer.h » ('j') | cc/output/gl_renderer.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/ca_layer_overlay.h
diff --git a/cc/output/ca_layer_overlay.h b/cc/output/ca_layer_overlay.h
index e26145c93f48f514793bdc18f8d17f0a78851f80..6e0fb8e6690080f313dbd3d6b3e941a7921e16bd 100644
--- a/cc/output/ca_layer_overlay.h
+++ b/cc/output/ca_layer_overlay.h
@@ -62,6 +62,10 @@ class CC_EXPORT CALayerOverlay {
unsigned edge_aa_mask = 0;
// The minification and magnification filters for the CALayer.
unsigned filter;
+
+ // If valid, the renderer must copy the contents of the render pass into an
+ // overlay resource to use as the contents.
+ RenderPassId render_pass_id;
};
typedef std::vector<CALayerOverlay> CALayerOverlayList;
« no previous file with comments | « no previous file | cc/output/direct_renderer.h » ('j') | cc/output/gl_renderer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698