| 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 252aafd06cf800695b969d1518bb344dcdacfe05..eb4dd7d9db0d0e954e1399b44aff42071f2ab2b2 100644
|
| --- a/gpu/command_buffer/common/gles2_cmd_format.h
|
| +++ b/gpu/command_buffer/common/gles2_cmd_format.h
|
| @@ -150,6 +150,14 @@ struct QuerySync {
|
| uint64 result;
|
| };
|
|
|
| +struct AsyncUploadSync {
|
| + void Reset() {
|
| + async_token = 0;
|
| + }
|
| +
|
| + uint32 async_token;
|
| +};
|
| +
|
| COMPILE_ASSERT(sizeof(ProgramInput) == 20, ProgramInput_size_not_20);
|
| COMPILE_ASSERT(offsetof(ProgramInput, type) == 0,
|
| OffsetOf_ProgramInput_type_not_0);
|
|
|