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 492e6965b77bcc7f23fbbd9baea1050d9a5d418c..d0ceecd26211e2c255ad48504a0c40dd459782a7 100644 |
--- a/content/common/gpu/client/gpu_channel_host.cc |
+++ b/content/common/gpu/client/gpu_channel_host.cc |
@@ -304,6 +304,10 @@ gfx::GpuMemoryBufferHandle GpuChannelHost::ShareGpuMemoryBufferToGpuProcess( |
handle.handle = ShareToGpuProcess(source_handle.handle); |
return handle; |
} |
+#if defined(USE_OZONE) |
+ case gfx::OZONE_NATIVE_BUFFER: |
+ return source_handle; |
+#endif |
#if defined(OS_MACOSX) |
case gfx::IO_SURFACE_BUFFER: |
return source_handle; |