Index: cc/resources/returned_resource.h |
diff --git a/cc/resources/returned_resource.h b/cc/resources/returned_resource.h |
index 94a574e98138d25a23450068723fa50fb85c208c..7659c3bc551dbc7e7899f72eebd6e1a91995de8d 100644 |
--- a/cc/resources/returned_resource.h |
+++ b/cc/resources/returned_resource.h |
@@ -10,6 +10,7 @@ |
#include "base/basictypes.h" |
#include "cc/base/cc_export.h" |
#include "cc/base/resource_id.h" |
+#include "gpu/command_buffer/common/sync_token.h" |
namespace cc { |
@@ -27,6 +28,7 @@ struct CC_EXPORT ReturnedResource { |
// command with this |sync_point| as a parameter into its own command buffer. |
// This ensures that uses of the resource submitted by the parent compositor |
// are executed before commands submitted by the child. |
+ gpu::SyncToken sync_token; |
unsigned sync_point; |
// |count| is a reference count for this resource. A resource may be used |