| Index: content/browser/compositor/gpu_process_transport_factory.h
|
| diff --git a/content/browser/compositor/gpu_process_transport_factory.h b/content/browser/compositor/gpu_process_transport_factory.h
|
| index cf8d0409343bc52700c038eab894ed30a3cc0c45..75606564f5df33a4d443e3a5aad40b023e558a0a 100644
|
| --- a/content/browser/compositor/gpu_process_transport_factory.h
|
| +++ b/content/browser/compositor/gpu_process_transport_factory.h
|
| @@ -97,6 +97,10 @@ class GpuProcessTransportFactory
|
| void OnLostMainThreadSharedContextInsideCallback();
|
| void OnLostMainThreadSharedContext();
|
|
|
| + void UpdateVSyncParametersFromGpu(base::WeakPtr<ui::Compositor> compositor,
|
| + base::TimeTicks timebase,
|
| + base::TimeDelta interval);
|
| +
|
| scoped_refptr<cc::VulkanInProcessContextProvider>
|
| SharedVulkanContextProvider();
|
|
|
|
|