Index: cc/ipc/render_pass.mojom |
diff --git a/cc/ipc/render_pass.mojom b/cc/ipc/render_pass.mojom |
index cbc94be6179f8c7d1b05fced0abd80701f4ed1cf..4624118ccb5ef750e78cb04cddd79668228d1663 100644 |
--- a/cc/ipc/render_pass.mojom |
+++ b/cc/ipc/render_pass.mojom |
@@ -20,5 +20,8 @@ struct RenderPass { |
cc.mojom.FilterOperations background_filters; |
gfx.mojom.ColorSpace color_space; |
bool has_transparent_background; |
+ bool force_render_surface = false; |
+ bool has_property_change_on_contributing_render_surface = false; |
+ bool has_damage_on_surface_quad = false; |
array<DrawQuad> quad_list; |
}; |