| Index: content/browser/android/in_process/synchronous_compositor_output_surface.cc
|
| diff --git a/content/browser/android/in_process/synchronous_compositor_output_surface.cc b/content/browser/android/in_process/synchronous_compositor_output_surface.cc
|
| index 28119a203296b1e5560b0b10aa19f120d722ebbc..a966cb35c6190ff5ad0ba7ced89f054fd252ad99 100644
|
| --- a/content/browser/android/in_process/synchronous_compositor_output_surface.cc
|
| +++ b/content/browser/android/in_process/synchronous_compositor_output_surface.cc
|
| @@ -115,6 +115,9 @@ SynchronousCompositorOutputSurface::SynchronousCompositorOutputSurface(
|
| capabilities_.adjust_deadline_for_parent = false;
|
| // Cannot call out to GetDelegate() here as the output surface is not
|
| // constructed on the correct thread.
|
| +
|
| + memory_policy_.priority_cutoff_when_visible =
|
| + cc::ManagedMemoryPolicy::CUTOFF_ALLOW_NICE_TO_HAVE;
|
| }
|
|
|
| SynchronousCompositorOutputSurface::~SynchronousCompositorOutputSurface() {
|
|
|