Index: gpu/command_buffer/service/command_buffer_service.h |
diff --git a/gpu/command_buffer/service/command_buffer_service.h b/gpu/command_buffer/service/command_buffer_service.h |
index 07713fd2e0c02ae71e8270490f4a9e53072539b9..15c38dd4b5a28882f3bd1ba74d05cedfaf86370d 100644 |
--- a/gpu/command_buffer/service/command_buffer_service.h |
+++ b/gpu/command_buffer/service/command_buffer_service.h |
@@ -65,7 +65,7 @@ class GPU_EXPORT CommandBufferService : public CommandBuffer { |
// to identify it in the command buffer. Callee dups the handle until |
// DestroyTransferBuffer is called. |
bool RegisterTransferBuffer(int32 id, |
- base::SharedMemory* shared_memory, |
+ scoped_ptr<base::SharedMemory> shared_memory, |
size_t size); |
private: |