Index: cc/resources/transferable_resource.h |
diff --git a/cc/resources/transferable_resource.h b/cc/resources/transferable_resource.h |
index ec15702cb17fec58c7156ea2ad01cfc3510f4fb7..bfb632aea056eac5a228f5f72460ba4b61ee5420 100644 |
--- a/cc/resources/transferable_resource.h |
+++ b/cc/resources/transferable_resource.h |
@@ -39,6 +39,9 @@ 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; |
+#endif |
bool is_overlay_candidate; |
gfx::ColorSpace color_space; |
}; |