| Index: content/renderer/gpu/delegated_compositor_output_surface.h
|
| diff --git a/content/renderer/gpu/delegated_compositor_output_surface.h b/content/renderer/gpu/delegated_compositor_output_surface.h
|
| index 1e02c3dcc8e58ce0bb5bff37707577ab9849e4d9..f40e1f72eea1c9d8518108fed2477a71e25edde2 100644
|
| --- a/content/renderer/gpu/delegated_compositor_output_surface.h
|
| +++ b/content/renderer/gpu/delegated_compositor_output_surface.h
|
| @@ -15,7 +15,8 @@ class DelegatedCompositorOutputSurface : public CompositorOutputSurface {
|
| int32 routing_id,
|
| uint32 output_surface_id,
|
| const scoped_refptr<ContextProviderCommandBuffer>& context_provider,
|
| - scoped_ptr<cc::SoftwareOutputDevice> software);
|
| + scoped_ptr<cc::SoftwareOutputDevice> software,
|
| + size_t max_transfer_buffer_usage_bytes);
|
| virtual ~DelegatedCompositorOutputSurface() {}
|
| };
|
|
|
|
|