| 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..f08edce7a6d54ba64f41dd19486aac73b064d9ad 100644
|
| --- a/content/common/gpu/gpu_memory_manager.h
|
| +++ b/content/common/gpu/gpu_memory_manager.h
|
| @@ -164,8 +164,6 @@ class CONTENT_EXPORT GpuMemoryManager :
|
| return bytes_default_per_client_;
|
| }
|
|
|
| - // Get a reasonable memory limit from a viewport's surface area.
|
| - static uint64 CalcAvailableFromViewportArea(int viewport_area);
|
| static uint64 CalcAvailableFromGpuTotal(uint64 total_gpu_memory);
|
|
|
| // Send memory usage stats to the browser process.
|
|
|