| 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 22f292aa369bda444331e2ec326dec7efd5caee5..bb5f29b2a527085ab4093b511e4f6e44a5743297 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,12 +59,10 @@
|
| gfx::BufferFormat format,
|
| const DestructionCallback& callback,
|
| scoped_ptr<base::SharedMemory> shared_memory,
|
| - size_t offset,
|
| - int stride);
|
| + size_t offset);
|
|
|
| scoped_ptr<base::SharedMemory> shared_memory_;
|
| size_t offset_;
|
| - int stride_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(GpuMemoryBufferImplSharedMemory);
|
| };
|
|
|