| Index: Source/core/html/canvas/Path.idl
|
| diff --git a/Source/core/html/canvas/Path.idl b/Source/core/html/canvas/Path.idl
|
| index 66435a5da4609f265949c4ba995ddb95cf8bbb69..1e57d5bb6da04d8864e7726f4104d783127973d1 100644
|
| --- a/Source/core/html/canvas/Path.idl
|
| +++ b/Source/core/html/canvas/Path.idl
|
| @@ -34,6 +34,8 @@
|
| ImplementedAs=DOMPath
|
| ] interface Path {
|
|
|
| + [RaisesException] void addPath(Path? path, SVGMatrix? transform);
|
| +
|
| // FIXME: These methods should be shared with CanvasRenderingContext2D in the CanvasPathMethods interface.
|
| void closePath();
|
| void moveTo([Default=Undefined] optional float x,
|
|
|