| Index: content/browser/gpu/gpu_process_host_ui_shim.h
|
| diff --git a/content/browser/gpu/gpu_process_host_ui_shim.h b/content/browser/gpu/gpu_process_host_ui_shim.h
|
| index 5f3f4c85c22508248a7898b0e0e5676042eda15d..ac94cd9178fe6495806c2b13ee75bc36dcfc6ab5 100644
|
| --- a/content/browser/gpu/gpu_process_host_ui_shim.h
|
| +++ b/content/browser/gpu/gpu_process_host_ui_shim.h
|
| @@ -100,6 +100,8 @@ class GpuProcessHostUIShim
|
| const GpuHostMsg_AcceleratedSurfaceNew_Params& params);
|
| void OnAcceleratedSurfaceRelease(
|
| const GpuHostMsg_AcceleratedSurfaceRelease_Params& params);
|
| + void OnVidmemUsageStatsReceived(
|
| + const content::GPUVidmemUsageStats& vidmem_usage_stats);
|
|
|
| // The serial number of the GpuProcessHost / GpuProcessHostUIShim pair.
|
| int host_id_;
|
|
|