Chromium Code Reviews| Index: cc/resources/transferable_resource.h |
| diff --git a/cc/resources/transferable_resource.h b/cc/resources/transferable_resource.h |
| index 8ca9ffabe39f804c7a76f5771cfb34f5c39c58a1..11651f2722d7978b0a3c1016425031cc83b3960d 100644 |
| --- a/cc/resources/transferable_resource.h |
| +++ b/cc/resources/transferable_resource.h |
| @@ -33,6 +33,7 @@ struct CC_EXPORT TransferableResource { |
| uint32 filter; |
| gfx::Size size; |
| gpu::MailboxHolder mailbox_holder; |
| + bool is_repeated; |
|
ccameron
2014/05/29 02:13:54
Alternatively, I could put an enum for ResourceWra
|
| bool is_software; |
| }; |