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

Unified Diff: cc/ipc/render_pass.mojom

Issue 2873593002: Force use of and cache render surface. (Closed)
Patch Set: Rebased to resolve conflict. Created 3 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 | « cc/ipc/cc_serialization_perftest.cc ('k') | cc/ipc/render_pass_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/render_pass.mojom
diff --git a/cc/ipc/render_pass.mojom b/cc/ipc/render_pass.mojom
index 2b3d9aa23df6430c64e2440ec44dd7d38cb0f6ca..ea44b558708cb7e72b04bc80553b88269b8c35ba 100644
--- a/cc/ipc/render_pass.mojom
+++ b/cc/ipc/render_pass.mojom
@@ -20,5 +20,7 @@ struct RenderPass {
cc.mojom.FilterOperations background_filters;
gfx.mojom.ColorSpace color_space;
bool has_transparent_background;
+ bool cache_render_pass = false;
+ bool has_damage_from_contributing_content = false;
array<DrawQuad> quad_list;
};
« no previous file with comments | « cc/ipc/cc_serialization_perftest.cc ('k') | cc/ipc/render_pass_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698