| Index: gpu/ipc/client/gpu_channel_host.cc
|
| diff --git a/gpu/ipc/client/gpu_channel_host.cc b/gpu/ipc/client/gpu_channel_host.cc
|
| index 595f18bb97116fe6ef4c83f299993cf15f1d5a07..b639d8ffa54f83f61e2adb13312e1fef91feffd3 100644
|
| --- a/gpu/ipc/client/gpu_channel_host.cc
|
| +++ b/gpu/ipc/client/gpu_channel_host.cc
|
| @@ -270,7 +270,6 @@ gfx::GpuMemoryBufferHandle GpuChannelHost::ShareGpuMemoryBufferToGpuProcess(
|
| }
|
| #endif
|
| case gfx::IO_SURFACE_BUFFER:
|
| - case gfx::SURFACE_TEXTURE_BUFFER:
|
| *requires_sync_point = true;
|
| return source_handle;
|
| default:
|
|
|