| Index: content/browser/gpu/gpu_process_host.cc
|
| diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc
|
| index 6b7a2047eeefad86d7020be9e40b1121ae0b1944..fddfd7fefeb8b6b70bce983b9bfa2cfd4e4f57b1 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -887,7 +887,7 @@ void GpuProcessHost::OnDidDestroyOffscreenContext(const GURL& url) {
|
| }
|
|
|
| void GpuProcessHost::OnGpuMemoryUmaStatsReceived(
|
| - const GPUMemoryUmaStats& stats) {
|
| + const gpu::GPUMemoryUmaStats& stats) {
|
| TRACE_EVENT0("gpu", "GpuProcessHost::OnGpuMemoryUmaStatsReceived");
|
| uma_memory_stats_received_ = true;
|
| uma_memory_stats_ = stats;
|
|
|