summaryrefslogtreecommitdiff
path: root/chromium/gpu/command_buffer/client/client_transfer_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/gpu/command_buffer/client/client_transfer_cache.h')
-rw-r--r--chromium/gpu/command_buffer/client/client_transfer_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/gpu/command_buffer/client/client_transfer_cache.h b/chromium/gpu/command_buffer/client/client_transfer_cache.h
index 315ff8a486f..684c226d86e 100644
--- a/chromium/gpu/command_buffer/client/client_transfer_cache.h
+++ b/chromium/gpu/command_buffer/client/client_transfer_cache.h
@@ -59,7 +59,7 @@ class GLES2_IMPL_EXPORT ClientTransferCache {
explicit ClientTransferCache(Client* client);
~ClientTransferCache();
- void* MapEntry(MappedMemoryManager* mapped_memory, size_t size);
+ void* MapEntry(MappedMemoryManager* mapped_memory, uint32_t size);
void UnmapAndCreateEntry(uint32_t type, uint32_t id);
bool LockEntry(uint32_t type, uint32_t id);
void UnlockEntries(const std::vector<std::pair<uint32_t, uint32_t>>& entries);