| Index: content/renderer/gpu/compositor_output_surface.h
|
| diff --git a/content/renderer/gpu/compositor_output_surface.h b/content/renderer/gpu/compositor_output_surface.h
|
| index 73a1ce487b6b70a75b526ae72786bc0578d58cf0..b8f29689fe4371c3145487a9f13707064267db15 100644
|
| --- a/content/renderer/gpu/compositor_output_surface.h
|
| +++ b/content/renderer/gpu/compositor_output_surface.h
|
| @@ -47,7 +47,8 @@ class CompositorOutputSurface
|
| uint32 output_surface_id,
|
| const scoped_refptr<ContextProviderCommandBuffer>& context_provider,
|
| scoped_ptr<cc::SoftwareOutputDevice> software,
|
| - bool use_swap_compositor_frame_message);
|
| + bool use_swap_compositor_frame_message,
|
| + size_t max_transfer_buffer_usage_bytes);
|
| virtual ~CompositorOutputSurface();
|
|
|
| // cc::OutputSurface implementation.
|
|
|