summaryrefslogtreecommitdiffstats
path: root/content/browser/gpu/browser_gpu_memory_buffer_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/gpu/browser_gpu_memory_buffer_manager.cc')
-rw-r--r--content/browser/gpu/browser_gpu_memory_buffer_manager.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/browser/gpu/browser_gpu_memory_buffer_manager.cc b/content/browser/gpu/browser_gpu_memory_buffer_manager.cc
index b4b474e..7a5921a 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 @@ void BrowserGpuMemoryBufferManager::HandleCreateGpuMemoryBufferFromHandleOnIO(
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.