| Index: content/renderer/gpu/compositor_output_surface.cc
|
| diff --git a/content/renderer/gpu/compositor_output_surface.cc b/content/renderer/gpu/compositor_output_surface.cc
|
| index cca73a7292153f7fee624cb524cdd78e5dc5f069..3889f467f85e9db065e5e8c79377f47196d12ed8 100644
|
| --- a/content/renderer/gpu/compositor_output_surface.cc
|
| +++ b/content/renderer/gpu/compositor_output_surface.cc
|
| @@ -104,8 +104,6 @@ bool CompositorOutputSurface::BindToClient(
|
| client->SetMemoryPolicy(cc::ManagedMemoryPolicy(
|
| 64 * 1024 * 1024,
|
| gpu::MemoryAllocation::CUTOFF_ALLOW_NICE_TO_HAVE,
|
| - 0,
|
| - gpu::MemoryAllocation::CUTOFF_ALLOW_NOTHING,
|
| cc::ManagedMemoryPolicy::kDefaultNumResourcesLimit));
|
| }
|
|
|
|
|