Index: cc/resources/transferable_resource.h |
diff --git a/cc/resources/transferable_resource.h b/cc/resources/transferable_resource.h |
index ec15702cb17fec58c7156ea2ad01cfc3510f4fb7..ca623ad3c37a63c6065dd0ac41b9e48eac111cc7 100644 |
--- a/cc/resources/transferable_resource.h |
+++ b/cc/resources/transferable_resource.h |
@@ -39,6 +39,10 @@ struct CC_EXPORT TransferableResource { |
gpu::MailboxHolder mailbox_holder; |
bool read_lock_fences_enabled; |
bool is_software; |
+#if defined(OS_ANDROID) |
+ bool is_backed_by_surface_texture; |
+ bool wants_promotion_hint; |
+#endif |
bool is_overlay_candidate; |
gfx::ColorSpace color_space; |
}; |