| 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 2fe19789bfe5adf0840c4d53a58983a0d7d025fd..a00addeaa138b4e6fc68566ca5eb2709a127f562 100644
|
| --- a/content/browser/gpu/gpu_process_host_ui_shim.h
|
| +++ b/content/browser/gpu/gpu_process_host_ui_shim.h
|
| @@ -100,9 +100,6 @@ 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);
|
| void OnFrameDrawn(const std::vector<ui::LatencyInfo>& latency_info);
|
|
|
| // The serial number of the GpuProcessHost / GpuProcessHostUIShim pair.
|
|
|