summaryrefslogtreecommitdiff
path: root/chromium/gpu/command_buffer/common/command_buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/gpu/command_buffer/common/command_buffer.h')
-rw-r--r--chromium/gpu/command_buffer/common/command_buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/gpu/command_buffer/common/command_buffer.h b/chromium/gpu/command_buffer/common/command_buffer.h
index a99e0bad2a9..68433bb2ece 100644
--- a/chromium/gpu/command_buffer/common/command_buffer.h
+++ b/chromium/gpu/command_buffer/common/command_buffer.h
@@ -110,7 +110,7 @@ class GPU_EXPORT CommandBuffer {
// Create a transfer buffer of the given size. Returns its ID or -1 on
// error.
- virtual scoped_refptr<gpu::Buffer> CreateTransferBuffer(size_t size,
+ virtual scoped_refptr<gpu::Buffer> CreateTransferBuffer(uint32_t size,
int32_t* id) = 0;
// Destroy a transfer buffer. The ID must be positive.