| Index: content/renderer/render_thread_impl.h
|
| diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
|
| index c05f90cf675d6fec03144853e010059d00400a6f..04013d8a41ce1c54791f043151a885e67efc3e81 100644
|
| --- a/content/renderer/render_thread_impl.h
|
| +++ b/content/renderer/render_thread_impl.h
|
| @@ -66,7 +66,7 @@ class Thread;
|
| namespace cc {
|
| class ContextProvider;
|
| class ImageSerializationProcessor;
|
| -class OutputSurface;
|
| +class CompositorFrameSink;
|
| class TaskGraphRunner;
|
| }
|
|
|
| @@ -231,7 +231,7 @@ class CONTENT_EXPORT RenderThreadImpl
|
| // time this routine returns.
|
| scoped_refptr<gpu::GpuChannelHost> EstablishGpuChannelSync();
|
|
|
| - std::unique_ptr<cc::OutputSurface> CreateCompositorOutputSurface(
|
| + std::unique_ptr<cc::CompositorFrameSink> CreateCompositorFrameSink(
|
| bool use_software,
|
| int routing_id,
|
| scoped_refptr<FrameSwapMessageQueue> frame_swap_message_queue,
|
|
|