| Index: third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.idl
|
| diff --git a/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.idl b/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.idl
|
| index 9e54f95a8600d96fdbb9b9262c7b50a9e7a9b571..27228cbee32ece83bbe1cc70f2a67e8b823f0104 100644
|
| --- a/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.idl
|
| +++ b/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.idl
|
| @@ -47,7 +47,7 @@
|
| void fillRect(unrestricted double x, unrestricted double y, unrestricted double width, unrestricted double height);
|
| void strokeRect(unrestricted double x, unrestricted double y, unrestricted double width, unrestricted double height);
|
|
|
| - // path API (see also CanvasPathMethods)
|
| + // path API (see also CanvasPath)
|
| void beginPath();
|
| void fill(optional CanvasFillRule winding);
|
| void fill(Path2D path, optional CanvasFillRule winding);
|
| @@ -78,4 +78,4 @@
|
| sequence<unrestricted double> getLineDash();
|
| attribute unrestricted double lineDashOffset;
|
| };
|
| -PaintRenderingContext2D implements CanvasPathMethods;
|
| +PaintRenderingContext2D implements CanvasPath;
|
|
|