Chromium Code Reviews| Index: cc/resources/transferable_resource.h |
| diff --git a/cc/resources/transferable_resource.h b/cc/resources/transferable_resource.h |
| index 11651f2722d7978b0a3c1016425031cc83b3960d..bd6b0604e3036587ba7eba0e625ccc0a64655846 100644 |
| --- a/cc/resources/transferable_resource.h |
| +++ b/cc/resources/transferable_resource.h |
| @@ -35,6 +35,7 @@ struct CC_EXPORT TransferableResource { |
| gpu::MailboxHolder mailbox_holder; |
| bool is_repeated; |
| bool is_software; |
| + bool allow_overlay; |
| }; |
| } // namespace cc |