| Index: content/browser/renderer_host/offscreen_canvas_surface_impl.h
|
| diff --git a/content/browser/renderer_host/offscreen_canvas_surface_impl.h b/content/browser/renderer_host/offscreen_canvas_surface_impl.h
|
| index c27abcaf74bb5e69027f58b43f73936ae5d5951b..fff1817ac113654bea8a7a8fbd87b4b7267a6884 100644
|
| --- a/content/browser/renderer_host/offscreen_canvas_surface_impl.h
|
| +++ b/content/browser/renderer_host/offscreen_canvas_surface_impl.h
|
| @@ -41,6 +41,7 @@ class OffscreenCanvasSurfaceImpl : public blink::mojom::OffscreenCanvasSurface,
|
|
|
| // Surface-related state
|
| std::unique_ptr<cc::SurfaceIdAllocator> id_allocator_;
|
| + cc::SurfaceId surface_id_;
|
| std::unique_ptr<cc::SurfaceFactory> surface_factory_;
|
|
|
| mojo::StrongBinding<blink::mojom::OffscreenCanvasSurface> binding_;
|
|
|