Index: content/browser/gpu/browser_gpu_memory_buffer_manager.cc |
diff --git a/content/browser/gpu/browser_gpu_memory_buffer_manager.cc b/content/browser/gpu/browser_gpu_memory_buffer_manager.cc |
index b4b474e4d484d111461d3725380902b76ed455c1..7a5921a2db629d317be0ad1d94f31d88252452f0 100644 |
--- a/content/browser/gpu/browser_gpu_memory_buffer_manager.cc |
+++ b/content/browser/gpu/browser_gpu_memory_buffer_manager.cc |
@@ -546,7 +546,6 @@ |
handle.id = new_id; |
handle.handle = request->handle.handle; |
handle.offset = request->handle.offset; |
- handle.stride = request->handle.stride; |
// Note: Unretained is safe as IO thread is stopped before manager is |
// destroyed. |