| Index: content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.cc
|
| diff --git a/content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.cc b/content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.cc
|
| index d7d04a7d62b0b6086fb7b2ba2f8a3e8f60caa9b8..0cb7f5c532a93811fe6ff075708aed83896a367d 100644
|
| --- a/content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.cc
|
| +++ b/content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.cc
|
| @@ -45,7 +45,8 @@ void OffscreenCanvasCompositorFrameSink::SubmitCompositorFrame(
|
| const SubmitCompositorFrameCallback& callback) {
|
| if (!surface_factory_) {
|
| cc::SurfaceManager* manager = GetSurfaceManager();
|
| - surface_factory_ = base::MakeUnique<cc::SurfaceFactory>(manager, this);
|
| + surface_factory_ = base::MakeUnique<cc::SurfaceFactory>(
|
| + surface_id_.frame_sink_id(), manager, this);
|
| surface_factory_->Create(surface_id_);
|
|
|
| manager->RegisterFrameSinkId(surface_id_.frame_sink_id());
|
|
|