Index: command_buffer/common/cross/buffer_sync_api.h |
=================================================================== |
--- command_buffer/common/cross/buffer_sync_api.h (revision 25949) |
+++ command_buffer/common/cross/buffer_sync_api.h (working copy) |
@@ -41,7 +41,7 @@ |
namespace command_buffer { |
// Command buffer type. |
-typedef ptrdiff_t CommandBufferOffset; |
+typedef size_t CommandBufferOffset; |
// Interface class for the Command Buffer Synchronous API. |
// This is the part of the command buffer API that is accessible through the |