| Index: services/ui/surfaces/compositor_frame_sink.h
|
| diff --git a/services/ui/surfaces/compositor_frame_sink.h b/services/ui/surfaces/compositor_frame_sink.h
|
| index 647ba23d7a45cc0fd951b0f6207b0e5b421bb849..a6601f8dc598c1ca9f3d978c5cc83d36124422be 100644
|
| --- a/services/ui/surfaces/compositor_frame_sink.h
|
| +++ b/services/ui/surfaces/compositor_frame_sink.h
|
| @@ -33,6 +33,7 @@ class CompositorFrameSink : public cc::SurfaceFactoryClient,
|
| public cc::DisplayClient {
|
| public:
|
| CompositorFrameSink(
|
| + const cc::FrameSinkId& frame_sink_id,
|
| scoped_refptr<base::SingleThreadTaskRunner> task_runner,
|
| gfx::AcceleratedWidget widget,
|
| scoped_refptr<gpu::GpuChannelHost> gpu_channel,
|
|
|