| Index: content/common/gpu/gpu_memory_manager.h
|
| diff --git a/content/common/gpu/gpu_memory_manager.h b/content/common/gpu/gpu_memory_manager.h
|
| index 895f7b9b3c8f6a595131421ad455bc034d3c003e..73f15fd98aab87776ef560fae19d201404bdd313 100644
|
| --- a/content/common/gpu/gpu_memory_manager.h
|
| +++ b/content/common/gpu/gpu_memory_manager.h
|
| @@ -124,6 +124,7 @@ class CONTENT_EXPORT GpuMemoryManager :
|
| // Compute the allocation for clients when visible and not visible.
|
| void ComputeVisibleSurfacesAllocationsNonuniform();
|
| void ComputeNonvisibleSurfacesAllocationsNonuniform();
|
| + void DistributeRemainingMemoryToVisibleSurfaces();
|
|
|
| // Compute the budget for a client. Allow at most bytes_above_required_cap
|
| // bytes above client_state's required level. Allow at most
|
|
|