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..c3e6f8a4cfdb2d5cc363de913513736b1c6111a3 100644 |
--- a/content/common/gpu/client/gpu_channel_host.cc |
+++ b/content/common/gpu/client/gpu_channel_host.cc |
@@ -304,6 +304,8 @@ gfx::GpuMemoryBufferHandle GpuChannelHost::ShareGpuMemoryBufferToGpuProcess( |
handle.handle = ShareToGpuProcess(source_handle.handle); |
return handle; |
} |
+ case gfx::OZONE_NATIVE_BUFFER: |
reveman
2014/08/11 19:43:05
ifdef OZONE missing?
achaulk
2014/08/12 19:03:56
Done.
|
+ return source_handle; |
#if defined(OS_MACOSX) |
case gfx::IO_SURFACE_BUFFER: |
return source_handle; |