| 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 76dcf18096ac2ee6d375d5bea495e1914575d368..5faf670d949eda0b7e5f47befef9db02b0972595 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
|
| @@ -14,7 +14,6 @@ interface OffscreenCanvasSurface {
|
| // unique surface_id.id_namespace alone.
|
| [Sync]
|
| GetSurfaceId() => (cc.mojom.SurfaceId surface_id);
|
| - RequestSurfaceCreation(cc.mojom.SurfaceId surface_id);
|
|
|
| Require(cc.mojom.SurfaceId surface_id, cc.mojom.SurfaceSequence sequence);
|
| Satisfy(cc.mojom.SurfaceSequence sequence);
|
|
|