| Index: content/common/gpu/client/gpu_channel_host.cc
|
| diff --git a/content/common/gpu/client/gpu_channel_host.cc b/content/common/gpu/client/gpu_channel_host.cc
|
| index afc0b5993c7e548060235b95bf1b865bf92bbe66..e689d7320d7c22cf0b967d65675458c76f87e210 100644
|
| --- a/content/common/gpu/client/gpu_channel_host.cc
|
| +++ b/content/common/gpu/client/gpu_channel_host.cc
|
| @@ -291,6 +291,10 @@ gfx::GpuMemoryBufferHandle GpuChannelHost::ShareGpuMemoryBufferToGpuProcess(
|
| case gfx::SURFACE_TEXTURE_BUFFER:
|
| return source_handle;
|
| #endif
|
| +#if defined(USE_OZONE)
|
| + case gfx::OZONE_NATIVE_BUFFER:
|
| + return source_handle;
|
| +#endif
|
| default:
|
| NOTREACHED();
|
| return gfx::GpuMemoryBufferHandle();
|
|
|