Chromium Code Reviews| Index: Source/core/html/canvas/Path2D.idl |
| diff --git a/Source/core/html/canvas/Path.idl b/Source/core/html/canvas/Path2D.idl |
| similarity index 97% |
| rename from Source/core/html/canvas/Path.idl |
| rename to Source/core/html/canvas/Path2D.idl |
| index 66435a5da4609f265949c4ba995ddb95cf8bbb69..1e37e9067a7ef845481dcd201a3b2680292cf2fa 100644 |
| --- a/Source/core/html/canvas/Path.idl |
| +++ b/Source/core/html/canvas/Path2D.idl |
| @@ -29,10 +29,10 @@ |
| [ |
| RuntimeEnabled=ExperimentalCanvasFeatures, |
| Constructor, |
| - Constructor(Path path), |
| + Constructor(Path2D path), |
| Constructor(DOMString text), |
| - ImplementedAs=DOMPath |
| -] interface Path { |
| + ImplementedAs=DOMPath2D |
|
Justin Novosad
2014/02/26 15:29:42
Do we still need the "DOM" prefix? I assume we we
jcgregorio
2014/02/26 16:19:29
Done.
|
| +] interface Path2D { |
| // FIXME: These methods should be shared with CanvasRenderingContext2D in the CanvasPathMethods interface. |
| void closePath(); |