| Index: content/browser/renderer_host/offscreen_canvas_surface_factory_impl.h
|
| diff --git a/content/browser/renderer_host/offscreen_canvas_surface_factory_impl.h b/content/browser/renderer_host/offscreen_canvas_surface_factory_impl.h
|
| index ccd6e6a591c27de67e19930826a2fc3a6ec8f73a..3370b52712459984d6abdb58585be613db4412bf 100644
|
| --- a/content/browser/renderer_host/offscreen_canvas_surface_factory_impl.h
|
| +++ b/content/browser/renderer_host/offscreen_canvas_surface_factory_impl.h
|
| @@ -20,6 +20,7 @@ class OffscreenCanvasSurfaceFactoryImpl
|
|
|
| // blink::mojom::OffscreenCanvasSurfaceFactory implementation.
|
| void CreateOffscreenCanvasSurface(
|
| + const cc::FrameSinkId& parent_frame_sink_id,
|
| const cc::FrameSinkId& frame_sink_id,
|
| blink::mojom::OffscreenCanvasSurfaceClientPtr client,
|
| blink::mojom::OffscreenCanvasSurfaceRequest request) override;
|
|
|