| Index: tools/dom/templates/html/impl/impl_CanvasRenderingContext2D.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_CanvasRenderingContext2D.darttemplate b/tools/dom/templates/html/impl/impl_CanvasRenderingContext2D.darttemplate
|
| index 08146ec24bd85da23e4572e03dadc303180ecc32..ee4df4f2b36604c91f6fa1320a67bac42659ecec 100644
|
| --- a/tools/dom/templates/html/impl/impl_CanvasRenderingContext2D.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_CanvasRenderingContext2D.darttemplate
|
| @@ -342,6 +342,11 @@ $if DART2JS
|
| JS('void', '#.fillText(#, #, #)', this, text, x, y);
|
| }
|
| }
|
| +
|
| + @DomName('CanvasRenderingContext2D.fill')
|
| + void fill([String winding = 'nonzero']) {
|
| + JS('void', '#.fill(#)', this, winding);
|
| + }
|
| $endif
|
| }
|
|
|
|
|