Chromium Code Reviews| Index: cc/ipc/transferable_resource.mojom |
| diff --git a/cc/ipc/transferable_resource.mojom b/cc/ipc/transferable_resource.mojom |
| index 1f99493dff035bdc47e36296b1e129315b5513d2..d7329a6b93b5fe521f72fa9e7040b1587f0438eb 100644 |
| --- a/cc/ipc/transferable_resource.mojom |
| +++ b/cc/ipc/transferable_resource.mojom |
| @@ -27,4 +27,6 @@ struct TransferableResource { |
| bool read_lock_fences_enabled; |
| bool is_software; |
| bool is_overlay_candidate; |
| + bool is_backed_by_surface_texture; |
| + bool wants_promotion_hint; |
| }; |