Index: gpu/command_buffer/common/gles2_cmd_format.h |
=================================================================== |
--- gpu/command_buffer/common/gles2_cmd_format.h (revision 35153) |
+++ gpu/command_buffer/common/gles2_cmd_format.h (working copy) |
@@ -69,7 +69,7 @@ |
return NextCmdAddress<ValueType>(cmd); |
} |
- gpu::CommandHeader header; |
+ CommandHeader header; |
uint32 program; |
uint32 name_shm_id; |
uint32 name_shm_offset; |
@@ -132,7 +132,7 @@ |
return NextImmediateCmdAddressTotalSize<ValueType>(cmd, total_size); |
} |
- gpu::CommandHeader header; |
+ CommandHeader header; |
uint32 program; |
uint32 location_shm_id; |
uint32 location_shm_offset; |
@@ -189,7 +189,7 @@ |
return NextCmdAddress<ValueType>(cmd); |
} |
- gpu::CommandHeader header; |
+ CommandHeader header; |
uint32 program; |
uint32 name_shm_id; |
uint32 name_shm_offset; |
@@ -252,7 +252,7 @@ |
return NextImmediateCmdAddressTotalSize<ValueType>(cmd, total_size); |
} |
- gpu::CommandHeader header; |
+ CommandHeader header; |
uint32 program; |
uint32 location_shm_id; |
uint32 location_shm_offset; |