| Index: gpu/ipc/client/gpu_channel_host.h
|
| diff --git a/gpu/ipc/client/gpu_channel_host.h b/gpu/ipc/client/gpu_channel_host.h
|
| index 5acf6c79a5fdbcf4d917dd6967b2e9b1336f789e..821dfd9ccbec19abbfa1fdeb47f69c7731b8d222 100644
|
| --- a/gpu/ipc/client/gpu_channel_host.h
|
| +++ b/gpu/ipc/client/gpu_channel_host.h
|
| @@ -139,18 +139,11 @@ class GPU_EXPORT GpuChannelHost
|
| // GPU process. The caller is responsible for ensuring it is closed. Returns
|
| // an invalid handle on failure.
|
| base::SharedMemoryHandle ShareToGpuProcess(
|
| - base::SharedMemoryHandle source_handle);
|
| + const base::SharedMemoryHandle& source_handle);
|
|
|
| // Reserve one unused transfer buffer ID.
|
| int32_t ReserveTransferBufferId();
|
|
|
| - // Returns a GPU memory buffer handle to the buffer that can be sent via
|
| - // IPC to the GPU process. The caller is responsible for ensuring it is
|
| - // closed. Returns an invalid handle on failure.
|
| - gfx::GpuMemoryBufferHandle ShareGpuMemoryBufferToGpuProcess(
|
| - const gfx::GpuMemoryBufferHandle& source_handle,
|
| - bool* requires_sync_point);
|
| -
|
| // Reserve one unused image ID.
|
| int32_t ReserveImageId();
|
|
|
|
|