Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(157)

Unified Diff: gpu/command_buffer/common/gles2_cmd_format.h

Issue 367002: Added Pepper 3D render context that instantiates the GPU plugin.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/command_buffer/common/command_buffer_mock.h ('k') | gpu/command_buffer/common/resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « gpu/command_buffer/common/command_buffer_mock.h ('k') | gpu/command_buffer/common/resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698