Index: cc/ipc/render_pass.mojom |
diff --git a/cc/ipc/render_pass.mojom b/cc/ipc/render_pass.mojom |
index 2b3d9aa23df6430c64e2440ec44dd7d38cb0f6ca..2ad507dc26e12eaf829f8b4202b77819cd4fed6d 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_surface = false; |
+ bool has_damage_from_contributing_content = false; |
array<DrawQuad> quad_list; |
}; |