| Index: content/browser/compositor/gpu_browser_compositor_output_surface.h
|
| diff --git a/content/browser/compositor/gpu_browser_compositor_output_surface.h b/content/browser/compositor/gpu_browser_compositor_output_surface.h
|
| index e567af3973a2af66dd157e65cf21f7fcdeec8bdf..b6f2334f233347a4cfcc3f0f2c24fc7933957fb0 100644
|
| --- a/content/browser/compositor/gpu_browser_compositor_output_surface.h
|
| +++ b/content/browser/compositor/gpu_browser_compositor_output_surface.h
|
| @@ -23,7 +23,6 @@ struct GpuProcessHostedCALayerTreeParamsMac;
|
| }
|
|
|
| namespace ui {
|
| -class CompositorVSyncManager;
|
| class LatencyInfo;
|
| }
|
|
|
| @@ -39,8 +38,7 @@ class GpuBrowserCompositorOutputSurface
|
| public:
|
| GpuBrowserCompositorOutputSurface(
|
| scoped_refptr<ContextProviderCommandBuffer> context,
|
| - scoped_refptr<ui::CompositorVSyncManager> vsync_manager,
|
| - cc::SyntheticBeginFrameSource* begin_frame_source,
|
| + const UpdateVSyncParametersCallback& update_vsync_parameters_callback,
|
| std::unique_ptr<display_compositor::CompositorOverlayCandidateValidator>
|
| overlay_candidate_validator);
|
|
|
|
|