| Index: cc/output/compositor_frame_sink.h
|
| diff --git a/cc/output/compositor_frame_sink.h b/cc/output/compositor_frame_sink.h
|
| index d2694afcffe13d1071f7cae3a59132103ac1bb5e..5ed7448eb529603a53a9de37c07528471d296d4a 100644
|
| --- a/cc/output/compositor_frame_sink.h
|
| +++ b/cc/output/compositor_frame_sink.h
|
| @@ -60,9 +60,8 @@ class CC_EXPORT CompositorFrameSink
|
| };
|
|
|
| // Constructor for GL-based and/or software compositing.
|
| - explicit CompositorFrameSink(
|
| - scoped_refptr<ContextProvider> context_provider,
|
| - scoped_refptr<ContextProvider> worker_context_provider);
|
| + CompositorFrameSink(scoped_refptr<ContextProvider> context_provider,
|
| + scoped_refptr<ContextProvider> worker_context_provider);
|
|
|
| // Constructor for Vulkan-based compositing.
|
| explicit CompositorFrameSink(
|
|
|