| Index: gpu/ipc/client/command_buffer_proxy_impl.h
|
| diff --git a/gpu/ipc/client/command_buffer_proxy_impl.h b/gpu/ipc/client/command_buffer_proxy_impl.h
|
| index aa47fe30122cd868f30da7916e2b74f374fd7add..33adeda2642324d5529ab4c82967a0d7f155e43a 100644
|
| --- a/gpu/ipc/client/command_buffer_proxy_impl.h
|
| +++ b/gpu/ipc/client/command_buffer_proxy_impl.h
|
| @@ -176,7 +176,7 @@ class GPU_EXPORT CommandBufferProxyImpl
|
| base::SharedMemoryHandle GetSharedStateHandle() const {
|
| return shared_state_shm_->handle();
|
| }
|
| - uint32_t CreateStreamTexture(uint32_t texture_id);
|
| + uint32_t CreateStreamTexture(int32_t image_id);
|
|
|
| private:
|
| typedef std::map<int32_t, scoped_refptr<gpu::Buffer>> TransferBufferMap;
|
|
|