| Index: services/ui/surfaces/compositor_frame_sink.cc
|
| diff --git a/services/ui/surfaces/compositor_frame_sink.cc b/services/ui/surfaces/compositor_frame_sink.cc
|
| index c880bd130d122447cedd8eeb369424f72e49433f..3b6cce33888e19a104cda60e245b55e32d4e1f99 100644
|
| --- a/services/ui/surfaces/compositor_frame_sink.cc
|
| +++ b/services/ui/surfaces/compositor_frame_sink.cc
|
| @@ -28,7 +28,7 @@ namespace surfaces {
|
| CompositorFrameSink::CompositorFrameSink(
|
| const cc::FrameSinkId& frame_sink_id,
|
| scoped_refptr<base::SingleThreadTaskRunner> task_runner,
|
| - gfx::AcceleratedWidget widget,
|
| + gpu::SurfaceHandle widget,
|
| scoped_refptr<gpu::GpuChannelHost> gpu_channel,
|
| const scoped_refptr<DisplayCompositor>& display_compositor)
|
| : frame_sink_id_(frame_sink_id),
|
|
|