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..b2aa1f4d83738b3a35fbedcb48d67b6b51d346bf 100644 |
--- a/Source/core/html/canvas/Path.idl |
+++ b/Source/core/html/canvas/Path.idl |
@@ -34,6 +34,8 @@ |
ImplementedAs=DOMPath |
] interface Path { |
+ 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, |