Index: content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.h |
diff --git a/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.h b/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.h |
index bb5f29b2a527085ab4093b511e4f6e44a5743297..22f292aa369bda444331e2ec326dec7efd5caee5 100644 |
--- a/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.h |
+++ b/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory.h |
@@ -59,10 +59,12 @@ class CONTENT_EXPORT GpuMemoryBufferImplSharedMemory |
gfx::BufferFormat format, |
const DestructionCallback& callback, |
scoped_ptr<base::SharedMemory> shared_memory, |
- size_t offset); |
+ size_t offset, |
+ int stride); |
scoped_ptr<base::SharedMemory> shared_memory_; |
size_t offset_; |
+ int stride_; |
DISALLOW_COPY_AND_ASSIGN(GpuMemoryBufferImplSharedMemory); |
}; |