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

Unified Diff: cc/output/gl_renderer.h

Issue 2573603005: Compute damage rect for Cast video compositing (Closed)
Patch Set: Created 4 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
« no previous file with comments | « cc/BUILD.gn ('k') | cc/output/gl_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/gl_renderer.h
diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h
index 8aa00d2f9ee658cba1d1475e39244571e938f2ff..ba4cee0dce4f7d5460f538761e5ba4da1774bb23 100644
--- a/cc/output/gl_renderer.h
+++ b/cc/output/gl_renderer.h
@@ -520,6 +520,7 @@ class CC_EXPORT GLRenderer : public DirectRenderer {
bool use_sync_query_;
bool use_blend_equation_advanced_;
bool use_blend_equation_advanced_coherent_;
+ bool use_swap_with_damage_;
// Some overlays require that content is copied from a render pass into an
// overlay resource. This means the GLRenderer needs its own ResourcePool.
« no previous file with comments | « cc/BUILD.gn ('k') | cc/output/gl_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698