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 80dfe0a48a074fe5ecd3040dd6a5c9e2361922f6..8ff3ab854d74ed352df8d0fca2916151ba29f568 100644 |
--- a/content/common/gpu/client/gpu_channel_host.cc |
+++ b/content/common/gpu/client/gpu_channel_host.cc |
@@ -372,7 +372,6 @@ |
handle.type = gfx::SHARED_MEMORY_BUFFER; |
handle.handle = ShareToGpuProcess(source_handle.handle); |
handle.offset = source_handle.offset; |
- handle.stride = source_handle.stride; |
*requires_sync_point = false; |
return handle; |
} |