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 b637624153c494fa6bb9a324497f7eedde07135a..30700df21b0dd0f70b59ea7b2a3d255eb708e4c4 100644 |
--- a/content/common/gpu/client/gpu_channel_host.cc |
+++ b/content/common/gpu/client/gpu_channel_host.cc |
@@ -371,6 +371,7 @@ gfx::GpuMemoryBufferHandle GpuChannelHost::ShareGpuMemoryBufferToGpuProcess( |
gfx::GpuMemoryBufferHandle handle; |
handle.type = gfx::SHARED_MEMORY_BUFFER; |
handle.handle = ShareToGpuProcess(source_handle.handle); |
+ handle.offset = source_handle.offset; |
*requires_sync_point = false; |
return handle; |
} |