Index: gpu/command_buffer/common/gles2_cmd_format.h |
diff --git a/gpu/command_buffer/common/gles2_cmd_format.h b/gpu/command_buffer/common/gles2_cmd_format.h |
index cebb0d347634c91df353a5ddf1f53ad12dca8240..9491d9893e18a7fdec81761b14186bb7aa24ff12 100644 |
--- a/gpu/command_buffer/common/gles2_cmd_format.h |
+++ b/gpu/command_buffer/common/gles2_cmd_format.h |
@@ -540,6 +540,13 @@ COMPILE_ASSERT(offsetof(GetUniformLocationBucket, location_shm_id) == 12, |
COMPILE_ASSERT(offsetof(GetUniformLocationBucket, location_shm_offset) == 16, |
OffsetOf_GetUniformLocationBucket_location_shm_offset_not_16); |
+struct InsertSyncPointCHROMIUM { |
+ typedef InsertSyncPointCHROMIUM ValueType; |
+ static const CommandId kCmdId = kInsertSyncPointCHROMIUM; |
+ static const cmd::ArgFlags kArgFlags = cmd::kFixed; |
+ CommandHeader header; |
+}; |
+ |
#pragma pack(pop) |
} // namespace cmd |