| Index: content/common/gpu/client/gpu_memory_buffer_impl_surface_texture.h
|
| diff --git a/content/common/gpu/client/gpu_memory_buffer_impl_surface_texture.h b/content/common/gpu/client/gpu_memory_buffer_impl_surface_texture.h
|
| index c1cbfc3c31990c3f628fe92285a73d5fb5e6bab1..cfce0ff28daedce4dd256460fb729d9095acb398 100644
|
| --- a/content/common/gpu/client/gpu_memory_buffer_impl_surface_texture.h
|
| +++ b/content/common/gpu/client/gpu_memory_buffer_impl_surface_texture.h
|
| @@ -23,7 +23,7 @@ class GpuMemoryBufferImplSurfaceTexture : public GpuMemoryBufferImpl {
|
| static bool IsConfigurationSupported(unsigned internalformat, unsigned usage);
|
| static int WindowFormat(unsigned internalformat);
|
|
|
| - bool InitializeFromHandle(gfx::GpuMemoryBufferHandle handle);
|
| + bool InitializeFromHandle(const gfx::GpuMemoryBufferHandle& handle);
|
|
|
| // Overridden from gfx::GpuMemoryBuffer:
|
| virtual void* Map() OVERRIDE;
|
|
|