| 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 5631bc5c9ae1ef45d135970925156c5134a3f9cc..3bf2b34f3489966e96d72b1d2706e1ec80e19af4 100644
|
| --- a/content/browser/gpu/gpu_process_host_ui_shim.h
|
| +++ b/content/browser/gpu/gpu_process_host_ui_shim.h
|
| @@ -103,6 +103,9 @@ class GpuProcessHostUIShim : public IPC::Listener,
|
| const GpuHostMsg_AcceleratedSurfaceRelease_Params& params);
|
| void OnVideoMemoryUsageStatsReceived(
|
| const GPUVideoMemoryUsageStats& video_memory_usage_stats);
|
| + void OnUpdateVSyncParameters(int surface_id,
|
| + base::TimeTicks timebase,
|
| + base::TimeDelta interval);
|
|
|
| // The serial number of the GpuProcessHost / GpuProcessHostUIShim pair.
|
| int host_id_;
|
|
|