| Index: content/renderer/gpu/mailbox_output_surface.h
|
| diff --git a/content/renderer/gpu/mailbox_output_surface.h b/content/renderer/gpu/mailbox_output_surface.h
|
| index c2455b99f052a4f30627ffd232696b8453acd731..5758483db40f971b79120a3dd03bd8dcc7c5abd8 100644
|
| --- a/content/renderer/gpu/mailbox_output_surface.h
|
| +++ b/content/renderer/gpu/mailbox_output_surface.h
|
| @@ -27,7 +27,8 @@ class MailboxOutputSurface : public CompositorOutputSurface {
|
| int32 routing_id,
|
| uint32 output_surface_id,
|
| const scoped_refptr<ContextProviderCommandBuffer>& context_provider,
|
| - scoped_ptr<cc::SoftwareOutputDevice> software_device);
|
| + scoped_ptr<cc::SoftwareOutputDevice> software_device,
|
| + size_t max_transfer_buffer_usage_bytes);
|
| virtual ~MailboxOutputSurface();
|
|
|
| // cc::OutputSurface implementation.
|
|
|