| Index: third_party/WebKit/public/platform/modules/offscreencanvas/offscreen_canvas_surface.mojom
|
| diff --git a/third_party/WebKit/public/platform/modules/offscreencanvas/offscreen_canvas_surface.mojom b/third_party/WebKit/public/platform/modules/offscreencanvas/offscreen_canvas_surface.mojom
|
| index afd4249aa1d9652c30f881fd7e7d60283a8d9be1..3c32a12e060ce0c57cbe13ae08b98980a006a61b 100644
|
| --- a/third_party/WebKit/public/platform/modules/offscreencanvas/offscreen_canvas_surface.mojom
|
| +++ b/third_party/WebKit/public/platform/modules/offscreencanvas/offscreen_canvas_surface.mojom
|
| @@ -5,10 +5,10 @@
|
| module blink.mojom;
|
|
|
| import "cc/ipc/compositor_frame.mojom";
|
| +import "cc/ipc/display_compositor.mojom";
|
| import "cc/ipc/frame_sink_id.mojom";
|
| import "cc/ipc/mojo_compositor_frame_sink.mojom";
|
| import "cc/ipc/surface_id.mojom";
|
| -import "cc/ipc/surface_info.mojom";
|
| import "cc/ipc/surface_sequence.mojom";
|
|
|
| interface OffscreenCanvasSurface {
|
| @@ -16,15 +16,10 @@ interface OffscreenCanvasSurface {
|
| Satisfy(cc.mojom.SurfaceSequence sequence);
|
| };
|
|
|
| -interface OffscreenCanvasSurfaceClient {
|
| - // TODO(fsamuel, xlai): Replace this with DisplayCompositorClient
|
| - OnSurfaceCreated(cc.mojom.SurfaceInfo surface_info);
|
| -};
|
| -
|
| interface OffscreenCanvasSurfaceFactory {
|
| CreateOffscreenCanvasSurface(cc.mojom.FrameSinkId parent_frame_sink_id,
|
| cc.mojom.FrameSinkId frame_sink_id,
|
| - OffscreenCanvasSurfaceClient client,
|
| + cc.mojom.DisplayCompositorClient client,
|
| OffscreenCanvasSurface& service);
|
| };
|
|
|
|
|